View Full Version : Multiple file uploads using PHP
adposter
12-14-2003, 01:25 AM
Hello all,
Does anyone know if PHP supports multiple file uploads? I am creating a website that has to do with uploading intense quantity of files so I was wondering if there's a one shot way to do this. Rather than doing it one by one, i'll just upload
If anyone has any suggestions, please let me know.
Thanks,
Jon
paulhiles
12-14-2003, 06:49 AM
Does anyone know if PHP supports multiple file uploads? <snip!>
If anyone has any suggestions, please let me know.
Hi Jon,
I posted these links (http://www.webproworld.com/viewtopic.php?p=25716#25716) a little while back now.. but they may be worth a look.
Let me know how you get on with them.
Paul
adposter
12-14-2003, 02:05 PM
Does anyone know if PHP supports multiple file uploads? <snip!>
If anyone has any suggestions, please let me know.
Hi Jon,
I posted these links (http://www.webproworld.com/viewtopic.php?p=25716#25716) a little while back now.. but they may be worth a look.
Let me know how you get on with them.
Paul
Hi Paul,
Thanks, i'll check into that. It says the PHP code works only in Linux Server and I have Windows, but i'll check and see. I actually was thinking of buffering the whole thing up into an array and then upload the files one by one using a loop after clicking a submit button or something...
But i'm just concerned that PHP might cause timeouts if the files being uploaded are quite huge...nevertheless, i'll check on it.
Thanks again,
Jon