I want to Download a file with GWT.
Which way can i go?
The Client-javascript send params to Server (RPC) and should get a file like csv, xml or xls back. Then the client should show the download-dialog to save the data on the client-PC.
Any hints?
Which way can i go?
The Client-javascript send params to Server (RPC) and should get a file like csv, xml or xls back. Then the client should show the download-dialog to save the data on the client-PC.
Any hints?
Comment