HTTP Error when uploading large files
-
Hi guys,
I am trying to upload large files using the built-in uploader (1 gig or more), however, I sometimes (randomly) get HTTP upload errors. They are more frequent the larger the file is.
I am having problems with files just 100mb +
I have php.ini set
file_uploads
upload_max_filesize
max_input_time
memory_limit
max_execution_time
post_max_sizeto 1.2gb with 600 seconds time limits.
An upload of 130mb lasts 15 minutes but still fails.
The AJAX response is:<!– SHTML Wrapper – 500 Server Error –>
[an error occurred while processing this directive]Is this because I am on a shared server plan? If I move to a VPS will this problem stop?
Thank you for your help.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘HTTP Error when uploading large files’ is closed to new replies.