DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   PHP (http://www.daniweb.com/forums/forum17.html)
-   -   How can one upload multiple files with php? (http://www.daniweb.com/forums/thread161250.html)

pnorten462 Dec 8th, 2008 6:57 am
How can one upload multiple files with php?
 
this is because of the time it takes to upload the files. if you upload too many at once your php script has a good chance of timing out while it waits for all of the files to upload and die. this is especially true if the files are big.

hielo Jan 3rd, 2009 11:55 am
Re: How can one upload multiple files with php?
 
set the time limit on your script to zero so that your script doesn't timeout.
http://us.php.net/set_time_limit

DiGSGRL Jan 3rd, 2009 7:28 pm
Re: How can one upload multiple files with php?
 
You might also want to make sure your upload limits are large enough for the file sizes you will be allowing.


All times are GMT -4. The time now is 1:16 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC