Re: Internal Server Error on large files

See all posts Reply

Re: Internal Server Error on large files new!
by Dave, 9 years, 8 months ago
I am trying to implement this upload but I get an internal server error when uploading files above 1MB.
My ini memory limit is set to 128MB, my post_max_size and upload_max_filesize also seem to be much higher than my issue.

In my server error log I see the following:
mod_fcgid: HTTP request length 131711 (so far) exceeds MaxRequestLen (131072)

Any help would be greatly appreciated.Reply
Re: Internal Server Error on large files new!
by colin, 9 years, 8 months ago
Maybe this can help:
http://wordpress.org/support/topic/cant-upload-images-larger-than-128kb-http-error#post-2439904Reply
Re: Internal Server Error on large files new!
by Dave, 9 years, 8 months ago
Thanks. This looks like it's probably the issue. Let me try it.Reply
Re: Internal Server Error on large files new!
by Dave, 9 years, 8 months ago
FYI: I updated the MaxRequestLen and it resolved my issue. Thanks.Reply