> > Is there any way I could get the http response header information here?
No. Browsers don't allow access to response headers unless you are using XmlHttpRequest, or you are using a plugin such as Flash. If you want to get back some data, return it as part of the response body. --Sri On 4 June 2010 13:56, Fahim <[email protected]> wrote: > Hi All, > > I am using FormPanel to upload a file to server. I need to get some > information from response header after file upload completes and > onSubmitComplete fires. Is there any way I could get the http response > header information here? > > Thanks, > Fahim > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
