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).
public function getLicenseKey() { } public function setLicenseKey($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 "".
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.
$uploader = new Uploader("Uploader1"); $uploader->setLicenseKey("XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY-YYYYYY");