This topic contains answers for the frequently asked questions related to the problems with Image Uploader evaluation. Be sure to read this topic before creating support case.
In this topic:
Evaluation version has two limitations:
Evaluation version of Aurigma Image Uploader Dual is fully-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.
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.
If the 60 days evaluation period expired before you completely evaluate Image Uploader, or when you are using a trial version for the development purposes, you can prolong this period using one of the following ways.
This tool is included in Image Uploader SDK and is very simple to use. All you need is to run this tool and enter your e-mail and password you are registered on Aurigma with.
If you cannot obtain trial license keys using Image Uploader Trial License Keys Request tool for some reason you can do it online (http://www.aurigma.com/account/licenses).
Then paste obtained keys to your application in accordance with a way used to embed Image Uploader. Thus, in the case if you use the ASP.NET control find the detailed instructions on how to insert license keys in the Configuring Image Uploader ASP.NET Control topic. The Configuring Image Uploader PHP article shows how to perform the same task using the PHP library. And the Configuring Image Uploader topic describes how to do it using JavaScript. This way you will be able to continue working with Image Uploader until the evaluation period of the new trial keys expires. Read additional details in the How to Evaluate Image Uploader topic.
If you have purchased Image Uploader and use an evaluation version for development, but limitations of evaluation version are not acceptable for you, please contact us for getting development license keys.
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.
There are two reasons are possible:
false
.The correct way to insert several license keys is to put one after another separated with semicolon, and insert it in the same way as you do for a single license key, like this:
iu.addParam("LicenseKey", "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY");
See the LicenseKey property reference for more details on this.
Do not try to insert it as two (or more) LicenseKey parameters. Only one the last one will work, and only one license key will be applied.