How can one upload multiple files with php?

Reply

Join Date: Nov 2008
Posts: 8
Reputation: pnorten462 is an unknown quantity at this point 
Solved Threads: 1
pnorten462 pnorten462 is offline Offline
Newbie Poster

How can one upload multiple files with php?

 
0
  #1
Dec 8th, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 129
Reputation: hielo is on a distinguished road 
Solved Threads: 18
hielo hielo is offline Offline
Junior Poster

Re: How can one upload multiple files with php?

 
0
  #2
Jan 3rd, 2009
set the time limit on your script to zero so that your script doesn't timeout.
http://us.php.net/set_time_limit
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 45
Reputation: DiGSGRL is an unknown quantity at this point 
Solved Threads: 4
DiGSGRL's Avatar
DiGSGRL DiGSGRL is offline Offline
Light Poster

Re: How can one upload multiple files with php?

 
0
  #3
Jan 3rd, 2009
You might also want to make sure your upload limits are large enough for the file sizes you will be allowing.
A little clarification goes a long way.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC