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

Restrictions.MinFileCount Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a minimum number of files allowed for upload per one session.

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

Syntax

Visual Basic
Public Property MinFileCount As Integer
C#
public int MinFileCount { get; set; }

Property Value

Type: System.Int32

The minimum file count allowed for upload per one session.

Default value is 1.

Remarks

Note

The Upload button is disabled if the number of files selected for upload less than this value.

See Also

Reference

Manual