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