It seems there's no way to pass the sessionID back to .NET. I tried couple of things and it didn't work out. What I did though is I bypassed the user authentication in upload.aspx with session. Instead I check the userid on upload.aspx by passing it as the get var.
--- In [email protected], "b_alen" <[EMAIL PROTECTED]> wrote: > > That's nasty! > > Any idea how I should name the session ID for it to be picked up by .NET? > > > > > --- In [email protected], "Marcelo Savioli" > <marcelo.savioli@> wrote: > > > > Its a session issue. > > > > This might help: http://thanksmister.com/?p=59 > > > > On Tue, May 27, 2008 at 9:02 AM, b_alen <alen.balja@> wrote: > > > > > The title says it all.The Flex app does not want to upload files > from > > > Mozilla using FileReference. It works on IE, but not on Firefox. I was > > > doing the Googling and found only the same questions but not answers. > > > I use Firefox 2.0.0.14 and FlexBuilder 3. > > > > > > Thanks > > > > > > > > > > > > > > > > > -- > > Marcelo Curi Savioli > > D-Click Web & Mobile Solutions > > marcelo.savioli@ > > www.dclick.com.br/blog > > www.dclick.com.br > > >

