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

Messages.MaxTotalFileSizeExceeded Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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)

Syntax

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

Property Value

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:

[name]
replaced by the name of the file which cannot be added.

Default value is "The file '[name]' cannot be selected. Total upload data size exceeds the limit.".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference