Gets or sets a minimum number of files allowed for upload per one session.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MinFileCount As Integer
public int MinFileCount { get; set; }
Type: System.Int32
The minimum file count allowed for upload per one session.
Default value is 1.
The Upload button is disabled if the number of files selected for upload less than this value.