Home All Groups Group Topic Archive Search About
Author
5 Nov 2008 6:54 PM
arie.taslim
Hi there,

How do you upload multiple files? I don't want to select a file at a
time and upload them as a bulk, rather to be able to choose files at
the same time, or even just select a folder and it will upload all
files under that folder.

Thank you,
Arie

Author
6 Nov 2008 1:45 PM
Patrice
Apart using mutiple input type=file controls you can't without having
something installed client side (ActiveX, java applet etc...) likely for
safety reasons. You should find ready to use components by searching google
for client side upload components...

P.S : Or the user could create a zip file,and upload this. Server side you
could unzip the file...

--
Patrice

<arie.tas***@gmail.com> a écrit dans le message de groupe de discussion :
a999b132-de26-4766-aa7f-5b4e7f7ed***@b38g2000prf.googlegroups.com...
Show quoteHide quote
> Hi there,
>
> How do you upload multiple files? I don't want to select a file at a
> time and upload them as a bulk, rather to be able to choose files at
> the same time, or even just select a folder and it will upload all
> files under that folder.
>
> Thank you,
> Arie