Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Download multiple files in single HTTP Request

843838May 30 2006
Hello All,

Could anybody help me in how to download multiple files in Single HTTP Request in JSP.

Currently we are using the following method to download single file, but i don't know how to make it for multiple files.
response.setHeader("Content-Disposition", "attachment; filename=\""	+ file name);
I found somewhere to zip the files to be downloaded send accross it as a single file and unzip automatically on Client machine using some applet. But i want to have some graceful solution this.

Please help me in this .....



Thanks in Advance,

Regards,
Venkat.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2006
Added on May 30 2006
0 comments
303 views