Large File Upload Timeout
-
I am working on a site that requires large uploads for printing. I am using Gravity Forms to allow the user to upload a file. I have adjusted my php.ini settings to the following:
memory_limit = 3G
max_execution_time = 1200
post_max_size = 3G
upload_max_filesize = 3Gi am able to upload large files through the backend media manager. I successfully uploaded a 1.6G file. However, the front-end upload always times out. I am able to upload small files, but I have even had a 20MB file fail.
Here is the page I am testing with.
http://ht6q-77zp.accessdomain.com/?product=product
Does anyone have any insite into what I should do?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Large File Upload Timeout’ is closed to new replies.