Forbidden when upload a video

The maximum size of uploadable files on our server is 128M. When I try to upload a video on a layout I have a Forbidden:

But in local video on the post I do not have the problem.

I do not know where it can come from

Your PHP is incorrectly configured. There’s more to getting large file uploads to work than just changing the filesize limit.

Please check the permissions on your library directory, PHP temporary files location, webserver temporary files location, and the steps in the FAQ on this: