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

Notification

Icon
Error

Options
Go to last post Go to first unread
andreasw  
#1 Posted : Sunday, October 5, 2008 5:40:40 PM(UTC)
andreasw

Rank: Newbie

Groups: Member
Joined: 9/7/2008(UTC)
Posts: 3

Greetings,

I'm trying to use the mentioned property, works beauty in Firefox, but for some reason doesn't work on IE (no error no nothing). Anyone had the same issue before?

Code:
var iu = new ImageUploaderWriter("ImageUploader", 480, 200);

iu.activeXControlEnabled = true;
iu.javaAppletEnabled = true;
iu.activeXControlCodeBase = "/files/ImageUploader5.cab";
iu.javaAppletCodeBase = "/files/";

/* setting images properties and limitations */
iu.addParam("MaxFileCount", "3");
iu.addParam("MaxFileSize", "2097152");
iu.addParam("FileMask", "*.jpg;*.jpeg;*.gif;*.png");
iu.addParam("BackgroundColor", "#DDDDDD");
iu.addParam("ButtonSendText", "Upload File(s)");
iu.addParam("AdditionalFormName", "PhotoUpload");
iu.addParam("PaneLayout", "OnePane");
iu.addParam("Action", "/p/cars/media/photo");
iu.addParam("FilesPerOnePackageCount", "1");
iu.addParam("DropFilesHereImageFormat", "Url=http://example.com/something.jpg;Width=194;Height=99;Position=Center");

Thank's in advance for your help.

Edited by user Sunday, October 5, 2008 7:28:06 PM(UTC)  | Reason: Not specified

Fedor  
#2 Posted : Sunday, October 5, 2008 7:41:21 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello,

Please update to the recent version 5.5.6 where this problem was fixed.

Best regards,

Fedor Skvortsov

andreasw  
#3 Posted : Monday, October 6, 2008 11:35:37 AM(UTC)
andreasw

Rank: Newbie

Groups: Member
Joined: 9/7/2008(UTC)
Posts: 3

Ok will try, thank's =D
andreasw  
#4 Posted : Monday, October 6, 2008 12:04:12 PM(UTC)
andreasw

Rank: Newbie

Groups: Member
Joined: 9/7/2008(UTC)
Posts: 3

hm, it still doesn't work, I tried deleting the unnecessary params and leaving only

DropFilesHereImageFormat (Url=http://example.com/something.jpg;Width=194;Height=99;Position=Center)

and

PaneLayout (OnePane).

Any idea what I might've missed here?

Edited by user Monday, October 6, 2008 12:14:16 PM(UTC)  | Reason: Not specified

Fedor  
#5 Posted : Thursday, October 9, 2008 10:49:34 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello,

It works for me with both ActiveX and Java version. I have deployed simple sample:

http://demo.aurigma.com/ImageUploader5/Test/

You should see (Upload) button instead of "Drop files here..." label.

Could you submit case or post here the link to the page with Image Uploader in order we checked it?

Best regards,

Fedor Skvortsov

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