ImageUploaderFlash.FolderProcessingMode Property HTML5/Flash Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Configures the folder uploading functionality.

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

Syntax

C#
public FolderProcessingMode FolderProcessingMode { get; set; }

Property Value

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.

Remarks

HTML5 Uploader has a limited support of this functionality:

  • It works only in Chrome, Windows and Mac version.
  • If you add files using drag-and-drop, it adds only 100 files per folder. This limitation is not applied for the Open Folder dialog.

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.

See Also

Reference

Manual