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.