Hello,
Can anyone point me to a working example of file download functionality? I've found all kinds of suggestions, things that should work, recommendations on using servlets, the SmartGWT fileDownload mechanism, etc.
I've tried all kinds of things, but to no avail.
All I'm looking to do is:
1. Send a list of file names to the server as Criteria
2. Create a zip of those files on the server
3. Present the user with a Save As dialog for the zip file
#1 and #2 are no problem. Works great.
How do I accomplish #3?
Thanks a lot.
Can anyone point me to a working example of file download functionality? I've found all kinds of suggestions, things that should work, recommendations on using servlets, the SmartGWT fileDownload mechanism, etc.
I've tried all kinds of things, but to no avail.
All I'm looking to do is:
1. Send a list of file names to the server as Criteria
2. Create a zip of those files on the server
3. Present the user with a Save As dialog for the zip file
#1 and #2 are no problem. Works great.
How do I accomplish #3?
Thanks a lot.
Comment