Quote:
Originally Posted by thumbnailsource
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?
|
I just upoaded a 135MB video in 1 hour and 2 minutes using my tube script that
I wrote in PERL. There does not appear to be any limit to upload size with perl.
You can however set a max upload size.
If this was something that several people wanted then I could cut this code out of
my tube script and set it up to work with your tube script.
How many people need this?