Aurigma ActiveX/Java Uploader 8.0.33
messages.maxTotalFileSizeExceeded Property
Gets or sets a message which states that the total size of selected files is too large.
Syntax
JavaScript
Initialize
$au.uploader({
messages: {
//...other params...
maxTotalFileSizeExceeded: "The file '[name]' cannot be selected. Total upload data size exceeds the limit.",
//...other params...
}
})
Property Value
Type: String
The string stating 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:
- [name]
- replaced by the name of the file which cannot be added.
Default value is "The file '[name]' cannot be selected. Total upload data size exceeds the limit.".
Remarks
This property is necessary for localization of ActiveX/Java Uploader.