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

ImageUploader.MaxFileCount Property

Maximum number of files allowed for upload per one session.

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

Syntax

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

Property Value

A non-negative integer value that specifies maximum file count allowed for upload per one session. If the value is 0 then there is no limit.

Default value is 0 (no limit).

Remarks

This property corresponds to MaxFileCount client-side property.

See Also

Reference