Quote Originally Posted by zeffer
In the extra script u add, what are the figures are they time out numbers? Cos after i added the script i seem to time out after 10 mins downloading?

max_execution_time = 600
max_input_time = 600
memory_limit = 32M
register_globals = On
post_max_size = 800M
file_uploads = On
upload_max_filesize = 800M

Is the 600 equal to 10 minutes?
I use the following in my .htaccess file.

php_value max_input_time 600
php_value max_execution_time 600
php_value post_max_size 100M

I would asume that the 600 is 10 minutes. My test was with a 26 meg file and it did not get close to the 10 minute mark. I will try a bigger file.

The code you posted goes in the php.in file that is on your server. My hosting company checked and it was set to 100 meg. So I was glad that I found a fix for that posted here.