FolderProcessingMode Enumeration HTML5/Flash Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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)

Syntax

C#
public enum FolderProcessingMode

Members

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).

Remarks

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.

See Also

Reference

Manual