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

ImageUploader.FileIsTooLargeText Property

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)

Syntax

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

Property Value

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

Remarks

This property corresponds to FileIsTooLargeText client-side property.

See Also

Reference