Gets or sets a message which states that the total size of selected files is too large.
$au.imageUploaderFlash({Get/Set Value at Runtime
messages: {
//...other params...
maxTotalFileSizeExceeded: "Not all files were added. Maximum total file size ({0}) was exceeded.",
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').messages().maxTotalFileSizeExceeded(value);
value = $au.imageUploaderFlash('uploaderID').messages().maxTotalFileSizeExceeded();
Type: String
The string explaining that the total size of selected files is too large (i.e. exceeds the maxTotalFileSize value). To disable this message, set it to an empty string. It can contain the following placeholder:
Default value is "Not all files were added. Maximum total file size ({0}) was exceeded.".
This property is necessary for localization of Image Uploader Flash.