Specifies whether to enable the folder upload feature and if yes, how it should work.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public enum FolderProcessingMode
Member name | Description |
---|---|
Folder |
Allow users selecting or dropping only folders. Individual files are not accepted. |
Mixed |
Allow users selecting both folders and files and accepting them through drag and drop. |
None |
Doesn't allow users selecting folders or accepting them through drag and drop. |
Show |
Same as Mixed (added for compatibility with Java/ActiveX). |
Skip |
Same as None (added for compatibility with Java/ActiveX). |
Upload |
Same as Mixed (added for compatibility with Java/ActiveX). |
At this moment, only desktop version of Google Chrome allows selecting folders through JavaScript/HTML, so this functionality won't work in other browsers. That's why it is recommended to consider using this functionality along with Java/ActiveX uploader.