On 8 Sep, 12:44, Folke <[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.
Ok... Using Window.open() instead of the requestbuilder? Or if I'm using the requestbuilder, I should save the excelfile temporarly on the server and the servlet should return an url to the file? can I send the "sendString" in my code as a part of an url, the string can be very long... and if that is possible, how do I do it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
