Gets or sets the title of the Upload Error dialog.
$au.imageUploaderFlash({
uploadErrorDialog: {
//...other params...
title: "Upload Error",
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadErrorDialog().title(value);
value = $au.imageUploaderFlash('uploaderID').uploadErrorDialog().title();
Type: String
The title of the Upload Error dialog.
Default value is "Upload Error".