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

Notification

Icon
Error

Options
Go to last post Go to first unread
Guzman  
#1 Posted : Wednesday, April 2, 2008 3:29:00 AM(UTC)
Guzman

Rank: Member

Groups: Member
Joined: 11/1/2006(UTC)
Posts: 3

Hello. How can I detect if the client has installed the imageuploader40 or the imageuploader47 version? Before charge the imageupload.

I know a certain code that detect both of them but not each version separetely:

<script language="VBscript">

detectActiveXControl = IsObject(CreateObject(Aurigma.ImageUploader.4))

...

I upgrade the version 40 to 47 and I want to know the version installed in the client before the client charge the new version.

Guzman  
#2 Posted : Wednesday, April 2, 2008 4:16:27 AM(UTC)
Guzman

Rank: Member

Groups: Member
Joined: 11/1/2006(UTC)
Posts: 3

Other question is, how can I install in a client machine the imageUploader40 activex into the internet explorer?

Because, the all the demo is now with the 5.0 version

thanks

Eugene Kosmin  
#3 Posted : Wednesday, April 2, 2008 1:00:03 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hello,

From the next release Image Uploader will have new ProgIDs for both 4.7 and 5.1 versions: Aurigma.ImageUploaderEx.4 and Aurigma.ImageUploaderEx.5.

So you can modify your code for 4.7:

Code:
<script language="VBscript">
'Image Uploader 4.7
detectActiveXControl47 = IsObject(CreateObject(Aurigma.ImageUploaderEx.4))

'Image Uploader 4.0
detectActiveXControl40 = IsObject(CreateObject(Aurigma.ImageUploader.4))
...
</script>

Image Uploader 4.7 is available for downloading from Legacy Download.

BTW, IU 4.7 contains the kill bit for IU 4.0, so you will not be able to use IU 4.0 on machine with IU last version installed. You can read more here.

Best regards,

Eugene Kosmin

The Aurigma Development Team

Guzman  
#4 Posted : Wednesday, April 2, 2008 11:38:08 PM(UTC)
Guzman

Rank: Member

Groups: Member
Joined: 11/1/2006(UTC)
Posts: 3

Doesn't work.

maybe the ProgId is another

Eugene Kosmin  
#5 Posted : Thursday, April 3, 2008 11:57:42 AM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Versions with changed ProgIDs are not released yet. It will be available from the next release.

Best regards,

Eugene Kosmin

The Aurigma Development Team

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.