Messages.FilesNotAdded Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe Flash

Gets or sets the message displayed when a user tries to add files and some of them were not added because of restrictions.

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

Syntax

C#
public string FilesNotAdded { get; set; }

Property Value

Type: System..String

The message which states that a user tries to add files and some of them were not added because of restrictions. It can contain the following placeholder:

[count]
replaced by the number of files which were not added.

Default value is "{0} files were not added due to restrictions of the site.".

Remarks

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

See Also

Reference