Here's a tricky one for you GWT experts!

In my application, I need to dynamically create a text file (in
memory) and allow the user to download it.  In a traditional web
application, this is easy.  However, how can you do this with GWT?
Before you answer, keep in mind that the file does not exist on disk
anywhere.  Therefore, a GWT-RPC service would send a String back to
the GWT client and the client would have to do something to trigger
the download of that string as a file.  I have already searched this
forum and there is a thread on doing a file download but that's for a
file that exists on disk and for various reasons, my application
cannot write the string to a file first.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to