Gets or sets Image Uploader ActiveX control settings.
$au.uploader({ //...other params... activeXControl: {}, //...other params... })Get/Set Value at Runtime
$au.uploader('uploaderID').activeXControl(value); value = $au.uploader('uploaderID').activeXControl();