943,656 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 2639
  • PHP RSS
Dec 8th, 2008
0

How can one upload multiple files with php?

Expand Post »
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.
Similar Threads
Reputation Points: 9
Solved Threads: 2
Newbie Poster
pnorten462 is offline Offline
8 posts
since Nov 2008
Jan 3rd, 2009
0

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
Reputation Points: 116
Solved Threads: 243
Veteran Poster
hielo is offline Offline
1,123 posts
since Dec 2007
Jan 3rd, 2009
0

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.
Reputation Points: 10
Solved Threads: 4
Light Poster
DiGSGRL is offline Offline
45 posts
since May 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC