Rank: Member
Groups: Member
Joined: 3/30/2007(UTC) Posts: 10
|
Hi, Can i force to have java upload mode in IE instead of having activeX. If so pls explain me how? Thanks Edited by user Monday, February 25, 2008 4:16:05 PM(UTC)
| Reason: Not specified |
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 500
Was thanked: 35 time(s) in 35 post(s)
|
Hello, If you want to use Java Image Uploader with IE, you should write something like this: Code:var iu = new ImageUploaderWriter("ImageUploader", 800, 600);
…
iu.activeXControlEnabled = false;
…
iu.writeHtml();
Edited by user Monday, February 25, 2008 4:16:19 PM(UTC)
| Reason: Not specified |
Best regards, Eugene Kosmin The Aurigma Development Team
|
|
|
|
Rank: Member
Groups: Member
Joined: 3/30/2007(UTC) Posts: 10
|
|
|
|
|
|
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.