activeXControl.codeBase64 Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet Explorer

Gets or sets a URL to the Uploader8_x64.cab file.

Syntax

JavaScript Initialize
$au.uploader({
    activeXControl: {
        //...other params...
        codeBase64: "Scripts/Uploader8_x64.cab",
        //...other params...
    }
})

Property Value

Type: String

The URL to the Uploader8_x64.cab file.

Default value is "Scripts/Uploader8_x64.cab".

Remarks

This property is used to embed private-label version of ActiveX Uploader.

See Also

Manual