Re: Getting Http Header info using FormPanel

2010-06-07 Thread Fahim
Thanks Sri, I am doing the same as you suggested i.e. getting the required data in response body. Fahim On Jun 4, 2:39 pm, Sripathi Krishnan wrote: > > 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

Re: Getting Http Header info using FormPanel

2010-06-04 Thread Sripathi Krishnan
> > 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 Ju

Getting Http Header info using FormPanel

2010-06-04 Thread Fahim
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