On 8 Sep., 12:22, Simon Rydberg <[EMAIL PROTECTED]> wrote: > How do I accept the file on the client side so that the user can > download the file or open it, just as an ordinary file-download...
Use Window.open() to load the Excel file a new window. In the servlet set the MIME-type to "application/octet-stream". This prevents applications from starting and loading the Excel file. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
