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)
Public Property AllowFolderUpload As Boolean
public bool AllowFolderUpload { get; set; }
A boolean value (true
or false
). If true
, the user can add folders to upload list. Otherwise only files can be added.
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
.