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

Notification

Icon
Error

Options
Go to last post Go to first unread
DSCarl  
#1 Posted : Monday, July 31, 2006 10:17:40 PM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

I was using the evaluation version of ImageUploader 4.0 and had some issues; hence, decided to remove ImageUploader 4.0 control from I.E 6.0. (i.e Tools ->Internet options -> Settings -> View Objects).

How do I get this control re-installed in I.E 6.0 such that when I navigate to Tools ->Internet options -> Settings -> View Objects, I can see this object.

Thanks.
DSCarl.
Alex Makhov  
#2 Posted : Wednesday, August 2, 2006 1:14:33 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Image Uploader for ActiveX is automatically installed from the .cab file when IE loads the page with Image Uploader. So if you have removed Image Uploader through View Objects dialog try to run the page with Image Uploader again and the ActiveX control installation dialog will appear again.

If Image Uploader of older version is installed you could make IE to update to the later version of Image Uploader by setting the version of Image Uploader in your code:

Code:
var iu = new ImageUploaderWriter("ImageUploader1", 650, 400);
iu.activeXControlVersion = "4,0,35,0";
iu.javaAppletVersion = "2.0.39.0";

Edited by user Monday, February 18, 2008 7:34:35 PM(UTC)  | Reason: Not specified

Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
DSCarl  
#3 Posted : Thursday, August 3, 2006 1:11:26 AM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

Thanks Alex

Regards,
DSCarl.
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.