This documentation is for the old version. Go to the latest Upload Suite docs

Uploader.LicenseKey Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

PHP
public function getLicenseKey() {
}

public function setLicenseKey($value) {
}

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

Image Uploader Express does not support registering of several license keys. See the Comparison of Image Uploader Editions topic for details.

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.

Example

PHP
$uploader = new Uploader("Uploader1");
$uploader->setLicenseKey("XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY-YYYYYY");

See Also

Reference

Manual