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

Notification

Icon
Error

Options
Go to last post Go to first unread
vyaron  
#1 Posted : Tuesday, January 6, 2009 1:55:29 AM(UTC)
vyaron

Rank: Newbie

Groups: Member
Joined: 10/29/2008(UTC)
Posts: 1

How can i check (in php/javascript) if activeX neccesery for imageUploader is intalled
and same question for java run time for firefox
Dmitry  
#2 Posted : Tuesday, January 6, 2009 2:00:36 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

To check whether Image Uploader ActiveX is installed you need to call ImageUploaderWriter.getActiveXInstalled method:
Code:

var iu = new ImageUploaderWriter("ImageUploader1", 650, 600);
…
if (iu.getActiveXInstalled()) {
...
}
…
iu.writeHtml();

More Information about scripting read in the Helper Script Reference (iuembed.js) article.

As for Image Uploader Java, unfortunately there is no way to check whether Java applet is installed or not.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
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.