Gets or sets the message displayed when the user tries to add fewer files than the MinFileCount restriction.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Property TooFewFiles As String
public string TooFewFiles { get; set; }
Type: System.String
The message displayed when the user tries to add fewer files than the MinFileCount restriction.
To be able to display additional information in this error message, special placeholder is used:
Default value is "At least {0} files should be selected to start upload.".
This property is necessary for localization of Image Uploader Flash.