The simplest way is just to put an anchor on the page called 'Download' but, depending on how the browser is set up, the browser may open it rather than download it which may not be what you want. It *is* however, what the user set up (or got lumbered with) as the default. Anything more than that requires that you do things on the server, and that a) depends what you are using on the server, and b) is more appropriate on a Java or PHP (or whatever) forum since GWT is just client-side.
Ian http://examples.roughian.com 2009/9/16 sathya <[email protected]> > > Hi Bambury, > Can you help me in implementing this. My scenario is, I have > file on server disk. When ever client requests for it (when ever he > presses download button), file should get downloaded to client. Can > you tell me how can I implement this. > > On Sep 16, 4:02 pm, Ian Bambury <[email protected]> wrote: > > And even if there just happens to be a file named like that, your popup > will > > probably be blocked. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
