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

Notification

Icon
Error

Options
Go to last post Go to first unread
pradipn  
#1 Posted : Wednesday, July 30, 2008 3:48:07 PM(UTC)
pradipn

Rank: Newbie

Groups: Member
Joined: 7/30/2008(UTC)
Posts: 1

Hello there,

We are trying implement the image uploader for one of our client website who has purchased the dual package of Image Uploader control. We have been able to get it to work , but we have an issue which we would like to have ready help..

We need to check if Image Uploader control is already installed on the client accessing the webite, is there a way we can track it.. the reason we want to do it is as follow:

We want to show a message if it the Control is not installed and then allow to install, else the message will not be visible and the control - visible.

Look forward to a prompt response to this ...

Regards,

Pradip

Eugene Kosmin  
#2 Posted : Thursday, July 31, 2008 11:24:43 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)
Hi Pradip,

Please try this:

Code:
var iu = new ImageUploaderWriter("ImageUploader1", 650, 600);
…
alert(iu.getActiveXInstalled());
…
iu.writeHtml();
Best regards,
Eugene Kosmin
The Aurigma Development Team
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.