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

activeXControl.classId Property

Supported browsers: Internet Explorer

Gets or sets a CLSID of the ActiveX control.

Syntax

JavaScript Initialize
$au.uploader({
    activeXControl
: {
       
//...other params...
        classId
: "",
       
//...other params...
   
}
})

Property Value

Type: String

The CLSID of the ActiveX control.

Default value is "".

Remarks

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

See Also

Reference

Manual