License key which allows evaluating, developing, or publishing Image Uploader according to the license key type (trial, development, or full).
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("LicenseKey", ""); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setLicenseKey(value); value = getImageUploader("ImageUploaderID").getLicenseKey();
A string value containing a valid license key.
If it is necessary to specify several license keys (e.g. if you use ActiveX + Java or purchased several licenses) just separate them with semicolons. Example:
iu.addParam("LicenseKey", "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY;ZZZZZ-ZZZZZ-ZZZZZ-ZZZZZ-ZZZZZ");
No extra characters are allowed between license keys.
Default value is "".
Image Uploader always works as a full version on localhost
domain (regardless to the license key).
If you have any questions regarding licensing options or any other sales-related queries, do not hesitate to contact at sales@aurigma.com for more details.