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

javaControl.codeBase Property

Supported browsers: FirefoxGoogle ChromeSafari

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

Syntax

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

Property Value

Type: String

The URL to the ImageUploader7.jar file.

Default value is "Scripts/ImageUploader7.jar".

Remarks

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

See Also

Manual