Hi, i have written a http handler for uploading multiple files from flex application. In explorer it works properly, but in other browsers i have problem obiously with forms authentication..
this is log of the request from Firefox, Opera, etc..:
/admin/UploadProductImage.axd?User=a6s55d4as6&Id=33 status: 302 (Found) /admin/login.aspx?ReturnUrl=%2fadmin%2fUploadProductImage.axd%3fUser%3da6s55d4as6&Id=33 status: 200 (OK)
in Internet Explorer:
/admin/UploadProductImage.axd?User=a6s55d4as6&Id=33 status: 200 (OK)
have anyone met with this?
Thanks a lot!