Text which appears instead of the description text field if the file exceeds the MaxFileSize value.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property FileIsTooLargeText As String
public string FileIsTooLargeText { get; set; }
A string value that specifies a text which appears instead of the description text field if the file exceeds maximum file size limit.
Default value is "File is too large".