Error "Request Entity Too Large" uploading video

Hi,

I get the following error each time I try to upload a video file “Request Entity Too Large”

The system say "This form accepts: wmv, avi, mpg, mpeg, webm, mp4 files up to a maximum size of 128M "

The file I’m trying to upload is the Windows example Video “Wildlife.wmv” which is 26.25 MB and lasts for 30sec. I have also had the same problem with my own videos.

Andy

This might Help.

Here is the fix: (Thanks to my IT god.)
The web server in front of the php(cgi) process was at default, which limits to about 1024, php was set to 128M.
Apparently the clue was the error message. It was an http response, not a php response.

Hi Andy,

I am glad that it is fixed for you now, and I am sorry that I didn’t reply in time to tell you about this error.
“Request Entity Too Large” a.k.a. HTTP error 413.

Anyway good thing that it is solved now.