Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
ssjdoob  
#1 Posted : Monday, November 8, 2010 6:39:10 AM(UTC)
ssjdoob

Rank: Newbie

Groups: Member
Joined: 7/24/2010(UTC)
Posts: 7

I'm having the cookie lost issue in Firefox using the Image Uploader Flash. I found this forum post about the issue here. However, it is regarding the Image Uploader Standard. Is there a way to handle this using the Flash version? If so, can you please post the code?
Dmitry.Obukhov  
#2 Posted : Monday, November 8, 2010 9:41:21 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Dru,

Thank you for your question.

Yes, you can add cookies to the upload request for Flash Uploader. To do it, use the addField(String, String) method of the metadata class:
Code:
 $au.imageUploaderFlash({
    id: 'Uploader1',
    // ... other parameters
    });
$au.imageUploaderFlash('Uploader1').metadata().addField('ASPNETSESSID', '<%=Page.Session.SessionID %>');
$au.imageUploaderFlash('Uploader1').metadata().addField('ASPNETAUTHID', '<%=Request.Cookies[FormsAuthentication.FormsCookieName].Value %>');
$au.imageUploaderFlash('Uploader1').writeHtml();

Please read detailed information on it in the Preserving Sessions and Authentication Tickets Passed in Cookies article in the documentation.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
Similar Topics
cookie lost in firefox (Discussions – ActiveX/Java Uploader)
by far41 4/12/2011 2:01:26 PM(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.