multiple file upload

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I want to upload all files from a folder without using many file server
control. I want the user select the folder to upload and then click an OK
button.
is it possible ?
I found some user control to upload multiple files but the user has to
select each file and not the folder.

Any solution ?
thanks
Richard
 
Hi Richard,
is it possible ?
No, there is no standard HTML Control that can do that. You could use an
active-x control, but that would only work in Internet Explorer and with the
user installing it. So if you are in an intranet where you can be sure
everyone is using IE (windows not mac!) and that the users can and will
install your active-x then you could do it. In the Internet there is no way.

Sorry,
Johannes
 
Back
Top