Configures the folder uploading functionality.
public function getFolderProcessingMode() { } public function setFolderProcessingMode($value) { }
Type: string
The following values are supported:
Value | Description |
---|---|
None | No folders can be selected or added through drag-and-drop. The user can add individual files. |
Mixed | Both files and folders are allowed to be added. |
Folder | Only folders are allowed to be added. |
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 PHP article.