Click to See Complete Forum and Search --> : Multiple File Upload


qball
April 4th, 2002, 12:08 PM
Is there any way to select multiple files for upload on the client side?

I know you can upload multiple files but you have to select each file individually?

Thanks in advance for any help,

Q

websmith99
September 27th, 2002, 01:42 AM
You can do this, but you have to create an activeX
control. It is not possible in HTML or JavaScript.

Andyb
September 30th, 2002, 03:41 PM
You do not need an activex control. You can do this in perl.

surf to
http://www.perlscriptsjavascripts.com

and search for Upload Lite.

websmith99
September 30th, 2002, 04:01 PM
Good point.

You can also do it with a Java applet.