Hi,
I found this in this thread https://forums.adobe.com/thread/118339:
"Through Flash's FileReference and FileReferenceList classes, you can create
a powerful file uploader that allows the user to upload multiple files with
a single form element. But beware: unless the user happens to be using IE,
the upload will use a new browser session to upload the files. This means
that if you require that a user be authenticated before uploading something
(and you better be), the upload won't work - the request will be forwarded
to the login form, or to wherever your system forwards unauthorized
requests. This is a maddening bug to track down, and there is nothing you
can do to make Flash use the right session. The work around is to send the
session cookie in the url and, on the server side, use that to override the
new (and wrong) session cookie sent by Flash "

I am adding a session after the name of my file in the url but still getting
the error.
How can I find or overwrite the session cookie sent by flash?
Thanks






--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to