Hi, i have a Button that calls a service, makes a zip in the server
and when it finishes i have to send the file to the browser.

What i'm doing right now is, in the callback open a new window with
the URL of the zip generated. Ex:

Window.open(url, "",
"menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=no,toolbar=true,
width=" + Window.getClientWidth() + ",height=" +
Window.getClientHeight());

But i don't want to open the window, i just want to send the file to
browser, how can i do?

-- 
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.

Reply via email to