Downloading multiple files at once
I need to make a servlet that allows the user to download multiple files at once. I was thinking the save as prompt would be necessary for each file. So my ideal system would be the user clicks a link that would bring up a save as prompt when they click save, another comes up with another file to save until all the files are saved.
Currently I have it so the user clicks a link and the save as prompt comes up, then when they click the link again a different file comes up until all the files are saved.

