This topic contains answers for the frequently asked questions related to problems with Image Uploader evaluation. Be sure to read this topic before contacting the technical support department.

In this topic:


Q: What are evaluation version limitations?

Evaluation version has two limitations:

  • Trial message is displayed before each upload.
  • It stops working after certain period.
NoteNote

Evaluation version of Aurigma Image Uploader Dual is full-functional. None features are blocked. No upload size, file count, file type restrictions are applied (unless you configure it as described in the Configuring Restriction Rules for Files) section.

Read more about an evaluation version of Image Uploader in the How to Evaluate Image Uploader topic.

Q: I have just downloaded Aurigma Image Uploader Dual but it does not work. What should I do?

Please be sure to learn about the changed trial licensing policy. From now on, you will need a trial license key to test-drive the trial version (except for localhost). For details, see How to Evaluate Image Uploader topic.

Q: How do I turn evaluation version into full one?

Upon purchase you should get a full license key, which is based on a domain name or IP address you buy it for. You should use this license key as described in the Removing Limitations of Evaluation Version topic.

There is no need to download any kind of "full" version. Just use the full license key instead of the trial one.

Q: I have inserted a license key, but I get the message that no valid license key for current DNS/IP address specified. Why it can be?

There are two reasons are possible:

  1. Domain name or IP address of a website where you try to use Image Uploader differs from the domain name or IP address you purchased a full license key for.
  2. License key (full or trial) is inserted incorrectly for some reason. For example, it may happen because of some misprint or extra whitespaces in the license key.

Q: I have purchased the Dual version, and got two license keys. How should I insert them properly?

The correct way to insert several license keys is to concatenate them separated with semicolon, and insert it in the same way as you do for a single license key, like this:

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

See the LicenseKey property reference for more details on this.

NoteImportant

Do not try to insert it as two (or more) LicenseKey params. Only one of these params will work, and only one license key will be applied.