Hey all, I have a lighttpd based serverside code + GWT based application. I want to download a file. When user clicks on a button I want the 'Save as' popup to show. Two approaches --> 1) I used a FormPanel class - save as popup comes I can save the file however I can not 'set headers'. So before save as popup - the browser popup asking authentication comes. So is there a way to include header info in FormPanel.???? 2)I used RequestBuilder class, now I could get header info in but it doesn't bring up the Save as popup. How to use this??
I also tried IFRAME - browser popup of authentication still comes up.I have tried any other suggestion that any forum could offer but not able to figure out. Any help is greatly appreciated!! Thanks, slash --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
