PHP coders.. big uploads time out, help needed
Hi guys,
I'm trying to setup a script for uploading large files through PHP, and the script times out and causes the page to load infinitely. The code works flawlessly on smaller files, and i've searched google for a solution with no luck.
the php.ini has huge settings for:
max_execution_time
max_input_time
post_max_size
upload_max_filesize
so I don't know what else to do at this point.. right now i'm testing with a 170mb file and left it running over night. nothing. what gives?
|