If you would like to evaluate Image Uploader before making a purchase decision, you can do it as follows:

  • Use Image Uploader on localhost domain where it always works as a full version;
  • Register a trial license key.

Trail license key is not associated with any domain name or IP address and allows uploading files to any web sites. It also does not constrain the functionality of Image Uploader but puts the following limitations on its usage:

  • Every time you send files to a server you get the following message:

    This is a trial version. It can be used in the evaluation process only. To register Image Uploader go to http://www.aurigma.comLeave site;

  • You can use Image Uploader with a trial license key during the 60 days evaluation period only.
NoteNote

The evaluation mode of Image Uploader neither puts any limitations on the number of files that can be uploaded nor constrains its functionality anyhow else. So if the evaluation version does not work properly, we highly encourage you to contact us at support@aurigma.com and tell us about the problem.

Trial license key is a code consisting of numbers and hyphens required to evaluate Image Uploader. To register a trial license key you should insert it in the Image Uploader embed script as a value of the LicenseKey property:

CopyCode imageCopy Code
iu.addParam("LicenseKey", "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX");
NoteNote

If no license key is specified Image Uploader will not work. It will show the following message:

No valid license key for current DNS/IP address specified. If you see this message please contact us at sales@aurigma.com

To evaluate Image Uploader you need to perform the following steps:

  1. Download Image Uploader SDK package ( ImageUploader.exe file) at this location:

    http://www.aurigma.com/go?id=52Leave site ;

  2. Open a source code of one of the distributed code samples (e.g. Basic Demo Sample which is typically located at C:\Program Files\Aurigma\Image Uploader 5.0 Dual\Samples\ASPNET_CS\Default.aspx);
  3. Find the code line that sets the trial license key;
  4. Copy this line to your script that embeds Image Uploader into the page.
NoteNote

If a trial period of Image Uploader is expired before you completely evaluate the product or you have another questions or difficulties related to Image Uploader evaluation version, contact us at support@aurigma.com.

See Also

Reference

LicenseKey Property

Manual

Configuring Image Uploader
Removing Limitations of Evaluation Version