Multiple File download

R

RJN

Hi

I need help in allowing the user to download multiple files at once.
User will be displayed a grid on the browser which will list the various
files available on the web server for download and a check box beside
each. User will select the files that are to be downloaded. On click of
start button, user should be prompted for the path where files have to
be saved and then all files have to downloaded and saved in that
directory. Can someone suggest a solution

Thanks

rjn
 
P

Peter Rilling

Two ways.

1) Write an ActiveX control that facilitates this. The control could then
download each selected item in turn.
2) Zip the selected files and then have the browser download just that one
file.
 
K

Kevin Spencer

Client-side ActiveX control or Java applet.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top