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

Notification

Icon
Error

Options
Go to last post Go to first unread
seeyousurf  
#1 Posted : Wednesday, May 20, 2009 12:24:49 AM(UTC)
seeyousurf

Rank: Member

Groups: Member
Joined: 5/19/2009(UTC)
Posts: 20

When I am trying to upload the image using image unloader the message
giving 'No valid license key for current DNS/IP address'. But I have a
valid domain License.
I have a Image Uploader 5.7

The script is:

<script language="javascript" src="iuembed.js"></script>
<script language="javascript">
var iu = new ImageUploaderWriter("ImageUploader", 759, 550);

// If you do not want to use ActiveX or Java version, set the appropriate
// property to false.
iu.activeXControlEnabled = true;
iu.javaAppletEnabled = true;

iu.activeXControlCodeBase = "ImageUploader5.cab";
iu.javaAppletCodeBase="./";

iu.addParam("PaneLayout", "TwoPanes");
iu.addParam("ShowDebugWindow", "true");
iu.addParam("AllowRotate", "false");
iu.addParam("BackgroundColor", "#ccccff");

iu.addParam("LicenseKey", "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx");

iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "120");
iu.addParam("UploadThumbnail1Height", "120");
iu.addParam("UploadThumbnail1JpegQuality", "60");

iu.addParam("Action", "upload.php");

//Configure URL where to redirect after upload.
iu.addParam("RedirectUrl", "gallery.php");

//...other params...
// As soon as you call this method, all necessary HTML code is inserted
// into the page on the current position. Alternatively, you can
// get the string with appropriate HTML code using the getHtml method,
// and write it to the necessary position manually (maybe with some modifications).
iu.writeHtml();
</script>


Help me please
Tamila  
#2 Posted : Wednesday, May 20, 2009 3:07:30 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,

I looked trough you orders and I found that you have license key for Image Uploader ActiveX only. So I suppose that you have problem in Firefox (Chrome, Safari or Opera) In this case you need to disable Java applet:
Code:
iu.javaAppletEnabled = false;

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!
seeyousurf  
#3 Posted : Wednesday, May 20, 2009 11:28:17 PM(UTC)
seeyousurf

Rank: Member

Groups: Member
Joined: 5/19/2009(UTC)
Posts: 20

Is it possibile to change my Imageuploader into Java?
Because i want to use in Firefox and Internet Explorer.

Thanks
bye
Tamila  
#4 Posted : Thursday, May 21, 2009 5:12:21 PM(UTC)
Tamila

Rank: Advanced Member

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

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

Quote:
Is it possible to change my Image Uploader into Java?

Please contact sales@aurigma.com
Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!
seeyousurf  
#5 Posted : Friday, May 22, 2009 7:35:20 PM(UTC)
seeyousurf

Rank: Member

Groups: Member
Joined: 5/19/2009(UTC)
Posts: 20


Hi,
I wrote a sales@aurigma.com but got no answer.
Please if you can give me an answer as soon as possible is important.
I would like to replace the ActiveX software to a java.

Thank you
Dmitry  
#6 Posted : Sunday, May 24, 2009 3:35:51 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,

Sorry for delay, it were holidays here.

Our sales person will contact you today.
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.