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

ImageUploader.AllowMultipleSelection Property

Switch that specifies whether the user is allowed to select multiple files at one time.

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

Syntax

Visual Basic
Public Property AllowMultipleSelection As Boolean
C#
public bool AllowMultipleSelection { get; set; }

Property Value

A boolean value (true or false). If true, the user can select multiple files at one time (in TwoPanes layout checkboxes are displayed on the items). Otherwise, the user can select only a single file (in the TwoPanes layout radio buttons are displayed).

Default value is true.

Remarks

This property corresponds to AllowMultipleSelection client-side property.

See Also

Reference