javaControl.codeBase Property ActiveX/Java Uploader JavaScript

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a URL to the Uploader8.jar file.

Syntax

JavaScript Initialize
$au.uploader({
    javaControl: {
        //...other params...
        codeBase: "Scripts/Uploader8.jar",
        //...other params...
    }
})

Property Value

Type: String

The URL to the Uploader8.jar file.

Default value is "Scripts/Uploader8.jar".

Remarks

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

See Also

Manual