I've searched and searched, and can't find the setting i'm missing here:
When trying to upload files larger than 200mb, the page posts the information (says "Sending request..." in the status bar), but just when it should be finished, it refuses to go to the posting page ("upload2.php") and the status bar shows "Done.".
The MAX_FILE_SIZE on the page is slightly less than 350 mb (367000576 bytes)
Here are the php.ini settings i've changed:
file_uploads: On
upload_max_filesize: 350M
post_max_size: 1000M
memory_limit: (not compiled on this server, but i set it to 1000M anyway)
max_execution_time: 0
max_input_time: 10000
It's not even getting close the max_input_time--i have a 225 mb file i keep trying which would take about 1736 seconds if it would go.
I am on a Linux server running Apache 1.3.31 and PHP vs. 4.3.8.
Thanks for any suggestions.