Re: file download using gwt and Servlet

2010-12-15 Thread Jim Douglas
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/8c708ac2da186d17/ca92d9d8f78a0e19 On Dec 15, 5:20 am, Bhaswanth Gattineni bhaswant...@gmail.com wrote: Hi , I need to implement file download .I don't want give any server side file urls to download directly .I created a

Re: File download using GWT?

2008-11-29 Thread Lothar Kimmeringer
rlaferla schrieb: 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. There are already a couple of threads covering that topic and if the

File download using GWT?

2008-11-28 Thread rlaferla
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