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

Notification

Icon
Error

Options
Go to last post Go to first unread
AAAlex  
#1 Posted : Tuesday, February 19, 2013 9:42:48 PM(UTC)
AAAlex

Rank: Newbie

Groups: Member
Joined: 10/26/2011(UTC)
Posts: 4

Hi,
I have the flash uploader configured with a base set up like so:
Code:

var u = $au.imageUploaderFlash({
    id: 'Uploader1',    
    type: 'html|flash',
	width: '800px',
    height: '600px',
    licenseKey: '<%=UPLOAD_LICENSE_KEY%>',
		
		metadata: {
        additionalFormName: "add_image",
    },
    uploadSettings: {
        actionUrl: '<%=UPLOAD_URL%>',
        redirectUrl: 'my url'
    }    
});

u.writeHtml();


HTML5 browsers work fine, but IE9, and so flash, is having trouble.

The first image uploads, but then it never says its complete and so doesn't move on to the next image.

HTML5 works great.

Any ideas?
vitaly  
#2 Posted : Tuesday, February 19, 2013 11:06:58 PM(UTC)
vitaly

Rank: Advanced Member

Groups:
Joined: 12/19/2012(UTC)
Posts: 164

Was thanked: 8 time(s) in 8 post(s)
Hello AAAlex,

Please create a new support case here: http://www.aurigma.com/MyAurigma/CreateCase.aspx

Also, please send us a link to the page where I can reproduce the problem (as well as login/password if any required). If this page is not available for me, post here a code of this page (including the Upload Suite settings and all accompanying JavaScript if any).
Best regards,
Vitaly Kustov
Aurigma Technical Support
AAAlex  
#3 Posted : Wednesday, February 20, 2013 3:56:33 AM(UTC)
AAAlex

Rank: Newbie

Groups: Member
Joined: 10/26/2011(UTC)
Posts: 4

Thanks Vitaly -- I went ahead and created a support case.

Alex
Users browsing this topic
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.