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

Notification

Icon
Error

Options
Go to last post Go to first unread
lussierjf  
#1 Posted : Wednesday, September 7, 2011 12:43:41 PM(UTC)
lussierjf

Rank: Newbie

Groups: Member
Joined: 8/9/2011(UTC)
Posts: 5

Thanks: 2 times
Hi,

I try to modify the following demo:
http://demo.aurigma.com/...iptionsDemo/Default.aspx

and use java only: EnableDragAndDrop="false" EnableDescriptionEditor="false" Type="java" >

But on IE the thumbnail is blank. The thumbnail is bind in the javascript following function:
function addItemToUploadPane(uploader, index) {
var file = uploader.files().get(index),
guid = file.guid();

// Create new thumbnail control
var thumbnail = $au.thumbnail({
id: 'Thumbnail' + Math.round(Math.random() * 1000) + Math.round(Math.random() * 1000),
width: '100px',
height: '100px',
parentControlName: uploader.id(),
guid: guid,
javaControl: {
codeBase: uploader.javaControl().codeBase()
},
activeXControl: {
codeBase: uploader.activeXControl().codeBase(),
codeBase64: uploader.activeXControl().codeBase64()
}
});

do you have a solution for that ?

thanks
J-Francois
p.shirykalova  
#2 Posted : Wednesday, September 7, 2011 9:06:34 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups:
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Hello Mark,

There was a bug in prevoius versions, but it is fixed now in the latest version of Image Uploader (7.0.37). I've tested this demo locally and it works. I set control type to Java and opened it in IE9.
Please try to clear browser cache and try again. Let me know about your results.
Best regards,
Pauline Shirykalova
Aurigma Technical Support
lussierjf  
#3 Posted : Thursday, September 8, 2011 6:27:39 AM(UTC)
lussierjf

Rank: Newbie

Groups: Member
Joined: 8/9/2011(UTC)
Posts: 5

Thanks: 2 times
Hello,

I have 7.0.37, and locally it does not work on IE8, also I test it on a dev server and IE9 does not work either. I have clear the cache. I use the demo code without any modification aside the Type="java" setting.

J-Francois
p.shirykalova  
#4 Posted : Thursday, September 8, 2011 8:58:32 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups:
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Please open your multipledescriptions.js file and set your ThumbnailControl type to java:
Code:
// Create new thumbnail control
    var thumbnail = $au.thumbnail({
    ...
    type: 'java',
    ...
}
)
Best regards,
Pauline Shirykalova
Aurigma Technical Support
thanks 1 user thanked p.shirykalova for this useful post.
lussierjf on 9/9/2011(UTC)
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.