Gets or sets a message which states that the total size of selected files is too large.
public function getMaxTotalFileSizeExceeded() { } public function setMaxTotalFileSizeExceeded($value) { }
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 HTML5/Flash Uploader.