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

uploader.authenticationDialog Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets settings of the authentication dialog.

Syntax

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

Property Value

Type: $au.authenticationDialog

Settings of the authentication dialog.

See Also

Reference