|
|
Rank: Newbie Groups: Member
Joined: 9/7/2008 Posts: 3 Points: 9
|
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/";
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:
Thank's in advance for your help.
|
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 7/28/2003 Posts: 1,254 Points: -345 Location: WA, US
|
Hello,
Please update to the recent version 5.5.6 where this problem was fixed.
Best regards, Fedor Skvortsov
|
|
Rank: Newbie Groups: Member
Joined: 9/7/2008 Posts: 3 Points: 9
|
Ok will try, thank's =D
|
|
Rank: Newbie Groups: Member
Joined: 9/7/2008 Posts: 3 Points: 9
|
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?
|
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 7/28/2003 Posts: 1,254 Points: -345 Location: WA, US
|
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
|
|
|
Guest |