Large Uploads

A

Anonymous

Guest
I have been having problems uploading large files. I've wondered if there is a IE max upload size or a timeout function that I can manipulate.

I know about the MAX_FILE _SIZE field and it is currently set to 500MB.

I am using the copy() function on the processing page.

Can anybody help?
 
What exactly is happening. Timeing out??

set_time_limit(300);

default is set to 30 put that at the top of the file that handles the upload.
 
As i know size of downloading file is limited by Apache!!!
 
I was setting the post_max_filesize to 52488000 when it should have been post_max_size.

Thanks Guys
 
Back
Top