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

Notification

Icon
Error

Options
Go to last post Go to first unread
Bunch Marine  
#1 Posted : Thursday, September 10, 2009 8:12:54 AM(UTC)
Bunch Marine

Rank: Newbie

Groups: Member
Joined: 9/10/2009(UTC)
Posts: 1

Ok so first of all I am a bit of a computer illiterate. I just installed the trial version of Active X and then I purchased the real version. I am trying to get it to work on my site and I don't understand where you are supposed to put the license key? Any help would be great.
Tamila  
#2 Posted : Thursday, September 10, 2009 2:11:10 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

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

You should embed license key into your page with Image Uploader as follows:

Code:
var iu = new ImageUploaderWriter("ImageUploader1", 610, 500);
iu.javaAppletEnabled = false; //because you have license key for Image Uploader ActiveX only
iu.addParam("LicenseKey", "your_license_key");

//other params

iu.writeHtml();

Also I recommend you to read this article:

ImageUploader.LicenseKey Property

If you have any questions feel free to let us know.

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

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.