![]() |
| ||
| 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. |
| ||
| 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 |
| ||
| 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