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

uploader.activeXControl Property

Supported browsers: Internet Explorer

Gets or sets Image Uploader ActiveX control settings.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    activeXControl: {},
    //...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').activeXControl(value);
value = $au.uploader('uploaderID').activeXControl();

Property Value

Type: $au.activeXControl

Image Uploader ActiveX control settings.

See Also

Reference

Manual