Hi,
In AIR v1.0, the following works, but in v1.1 it stopped working.
If I perform a FileReference upload to a url that returns a 302 status code (a redirect), the HTTPStatusEvent.HTTP_RESPONSE_STATUS event listener is always null of length 0.
The response headers should return an array which would contain a location attribute for the redirect.
Can anyone confirm this issue?
Thanks,
Joe
In AIR v1.0, the following works, but in v1.1 it stopped working.
If I perform a FileReference upload to a url that returns a 302 status code (a redirect), the HTTPStatusEvent.HTTP_RESPONSE_STATUS event listener is always null of length 0.
The response headers should return an array which would contain a location attribute for the redirect.
Can anyone confirm this issue?
Thanks,
Joe