Configures the folder uploading functionality.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public FolderProcessingMode FolderProcessingMode { get; set; }
Type: Aurigma.ImageUploaderFlash..FolderProcessingMode
It also accepts folder processing modes of Java/ActiveX: Skip which is equal to None and Show/Upload which are equal to Mixed.
Default value is None.
HTML5 Uploader has a limited support of this functionality:
To provide a compatibility with other browsers it is recommended to use it together with Java/ActiveX uploader as explained in the Uploading Folders in HTML5 Uploader ASP.NET article.