Download multiplefiles

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

Guest

Hey guys
Can anyone help me.
i am streaming a file from the server to the client. I using the
response.outputstream, it works like a charm.
I want the user to be able to download multiple files. i.e. the user chooses
some files and then downloads all of them at the same time. How can that be
done?

Thx guys
 
the browser only supports one download at a time. the usually trick is to
zip multiples filesinto one file that is downloaded.

-- bruce (sqlwork.com)
 

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

Back
Top