Restrictions.MinFileCount Property ActiveX/Java Uploader ASP.NET

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

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