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

activeXControl.codeBase Property

Supported browsers: Internet Explorer

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

Syntax

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

Property Value

Type: String

The URL to the ImageUploader7.cab file.

Default value is "Scripts/ImageUploader7.cab".

Remarks

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

See Also

Manual