500 internal server error after submitting form with large file upload/chunking
-
I have the advanced file upload field setup with chunking turned on (4MB) and a max file upload size of 200MB. If I upload a file and then submit the form, I get a 500 internal server error (file seems to upload fine).
Here are the relevant php settings:
max_execution_time = 60
max_input_time = 60
memory_limit = 128M
post_max_size = 8M
upload_max_filesize = 8MAny idea what could be the problem here? Thanks!
- The topic ‘500 internal server error after submitting form with large file upload/chunking’ is closed to new replies.