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

imageUploaderFlash.uploadErrorDialog Property

Gets or sets the Upload Error dialog settings.

Syntax

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

Property Value

Type: $au.uploadErrorDialog

The Upload Error dialog settings.

See Also

Reference