How can one upload multiple files with php?

Have the feeling that everybody is staring at you in the other forums? Then look here, in this forum nobody does care what you say ;-)

Moderator: Project members

Post Reply
Message
Author
bobdavid00
504 Command not implemented
Posts: 8
Joined: 2008-11-28 06:25
First name: bob
Last name: david123

How can one upload multiple files with php?

#1 Post by bobdavid00 » 2008-12-08 10:19

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.
Ftp Site is more useful.
" I've learned that being kind is more important than being right."

da chicken
226 Transfer OK
Posts: 619
Joined: 2005-11-02 06:41

Re: How can one upload multiple files with php?

#2 Post by da chicken » 2008-12-08 12:35

If you're running into the PHP time-out, increase the time-out in php.ini.

This is a PHP problem. It's unrelated to FTP or FileZilla. This isn't the best place to ask this question.

Post Reply