activeXControl.progId Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet Explorer

Gets or sets a PROGID of the ActiveX control.

Syntax

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

Property Value

Type: String

The PROGID of the ActiveX control.

Default value is "".

Remarks

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

See Also

Reference

Manual