uploader.licenseKey Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a license key which allows to evaluate, develop, or publish ActiveX/Java Uploader according to the license key type (trial, development, or full).

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    licenseKey: "",
    //...other params...
})

Property Value

Type: String

The valid license key.

If it is necessary to specify several license keys, just separate them with semicolons. See the Example section below.

Default value is "".

Remarks

Note

ActiveX/Java Uploader Express does not support registering of several license keys. See the Upload Suite Editions topic for details.

ActiveX/Java 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.

Example

JavaScript
var u = $au.uploader({
	id: 'Uploader1',
	licenseKey: 'XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY-YYYYYY'
})

See Also

Reference

Manual