Messages.MaxTotalFileSizeExceeded Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe Flash

Gets or sets a message which states that the total size of selected files is too large.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public string MaxTotalFileSizeExceeded { get; set; }

Property Value

Type: System..String

The string explaining 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 "Not all files were added. Maximum total file size ({0}) was exceeded.".

Remarks

This property is necessary for localization of HTML5/Flash Uploader.

See Also

Reference