Gets or sets a message which states that the total size of selected files is too large.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MaxTotalFileSizeExceeded As String
public string MaxTotalFileSizeExceeded { get; set; }
Type: System.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:
Default value is "The file '[name]' cannot be selected. Total upload data size exceeds the limit.".
This property is necessary for localization of Image Uploader.