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

Notification

Icon
Error

Options
Go to last post Go to first unread
dumper-nl  
#1 Posted : Thursday, November 30, 2006 4:11:53 PM(UTC)
dumper-nl

Rank: Member

Groups: Member
Joined: 11/30/2006(UTC)
Posts: 6

Good morning,

I have download the image uploader and that works fine, i have but yesterday a license key. I test my websites on FireFox 1.5.0.8 and Internet Explorer 6, it has yesterday worked but it won't work at the moment in IE.

It is posseble to upload image with both browsers, but in IE he say everytime "This i a trail version. It can be used.....". I have tried on several computers with different browsers, on every computer comes Internet Explorer with that stupid trail version message.

(of course i have delete my cache files and everyting...)
George Ulyanov  
#2 Posted : Thursday, November 30, 2006 5:26:22 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Quote:

Good morning,

I have download the image uploader and that works fine, i have but yesterday a license key. I test my websites on FireFox 1.5.0.8 and Internet Explorer 6, it has yesterday worked but it won't work at the moment in IE.

It is posseble to upload image with both browsers, but in IE he say everytime "This i a trail version. It can be used.....". I have tried on several computers with different browsers, on every computer comes Internet Explorer with that stupid trail version message.


Hello,

I have looked at your site and found only one license key there. Have you Java version only? If you are going Java version only, then you should disable ActiveX using the following code:

Code:
iu.activeXControlEnabled = false;


However for best browser compatibility I recommend you to use both Java and ActiveX versions.

Edited by user Tuesday, February 19, 2008 4:51:22 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
dumper-nl  
#3 Posted : Thursday, November 30, 2006 5:35:25 PM(UTC)
dumper-nl

Rank: Member

Groups: Member
Joined: 11/30/2006(UTC)
Posts: 6

I have only buy the java version, why i must need also the activeX version? Again 184 usd.....

This is my source, what must i change?

Code:

<html>
  <head>
    <title>Aurigma Image Uploader</title>
    <link href="style.css" type="text/css" rel="stylesheet">
    <script src="./iuembed.js" type="text/javascript"></script>
  </head>

<body>


<script type="text/javascript">
//<![CDATA[
//Create JavaScript object that will embed Image Uploader to the page.
var iu = new ImageUploaderWriter("ImageUploader1", 825, 600);

//For ActiveX control full path to CAB file (including file name) should be specified.
iu.activeXControlCodeBase = "./ImageUploader4.cab";
iu.activeXControlVersion = "4,0,63,0";

// License Key
iu.addParam("LicenseKey", "6304-5396-7352-5628");

//For Java applet only path to directory with JAR files should be specified (without file name).
iu.javaAppletCodeBase = "./";
iu.javaAppletCached = true;
iu.javaAppletVersion = "2.0.79.0";

iu.showNonemptyResponse = "off";

//Configure thumbnail settings.
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "150");

iu.addParam("RemoveIconTooltipText", "Verwijderen");
iu.addParam("RotateClockwiseTooltipText", "Rechtsom draaien");
iu.addParam("RotateCounterClockwiseTooltipText", "Linksom draaien");
iu.addParam("SecondsText", "seconden");
iu.addParam("ThumbnailHorizontalSpacing", "6");
iu.addParam("ThumbnailVerticalSpacing", "6");
iu.addParam("UnixFileSystemRootText", "Filesystem");
iu.addParam("UnixHomeDirectoryText", "Home Folder");


//Tell Image Uploader writer object to generate all necessary HTML code to embed 
//Image Uploader to the page.
iu.writeHtml();
//]]>
	</script>

</body>
</html>
<!--END-->

Edited by user Tuesday, February 19, 2008 4:51:39 PM(UTC)  | Reason: Not specified

George Ulyanov  
#4 Posted : Thursday, November 30, 2006 5:48:05 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

You should set these properties:

Code:
iu.activeXControlEnabled = false;
iu.javaAppletEnabled = true;

Edited by user Tuesday, December 18, 2007 8:03:26 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
dumper-nl  
#5 Posted : Thursday, November 30, 2006 7:30:01 PM(UTC)
dumper-nl

Rank: Member

Groups: Member
Joined: 11/30/2006(UTC)
Posts: 6

Thanks! It works now very well in Internet Explorer. :D

In the reply you say "...I recommend you to use both Java and ActiveX versions..."
Why recommend you if i need also ActiveX? Why is that better?

The license is that for a year or forever?

Thanks again for your answer!

Edited by user Tuesday, February 19, 2008 4:52:30 PM(UTC)  | Reason: Not specified

George Ulyanov  
#6 Posted : Friday, December 1, 2006 6:53:47 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

The license is time unlimited.

The main reason of using ActiveX version is that ActiveX controls are more accessible than Java applets for Internet Explorer users, as ActiveX controls do not require Java runtime installations. Another reason is that the ActiveX version of Image Uploader has more features(marked with 'A') comparing to Java version.

Edited by user Tuesday, February 19, 2008 4:53:43 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
Users browsing this topic
Similar Topics
Problem with license key (Image Uploader)
by deindruk 11/20/2006 9:35:44 PM(UTC)
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.