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

ImageUploader.AllowFolderUpload Property

Switch that specifies whether it is possible to upload not only separate files, but also entire folders.

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

Syntax

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

Property Value

A boolean value (true or false). If true, the user can add folders to upload list. Otherwise only files can be added.

Note

If this property is false and the user adds some folder to the upload list, Image Uploader will add all files from this folder instead of the folder itself.

Default value is false.

Remarks

This property corresponds to AllowFolderUpload client-side property.

See Also

Reference