- User selects the number of files (could be in 100s or 100s)
- User clicks on the Download link.
- User is presented a popup to provide the path on the client machine where the files are to be copied.
- After providing the path, user clicks on Save button on the popup.
- All the files would be copied from the server to the specified path on the client machine.
What could be the best way to achieve this with a J2EE based framework?