This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.FileIsTooSmallText Property

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)

Syntax

Visual Basic
Public Property FileIsTooSmallText As String
C#
public string FileIsTooSmallText { get; set; }

Property Value

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".

Remarks

This property corresponds to FileIsTooSmallText client-side property.

See Also

Reference