-
Type: Bug
-
Status: Resolved
-
Priority: Detail
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF25
-
Component/s: Web UI
-
Release Notes Summary:The upload of multiple files with nuxeo-dropzone is fixed after HF24.
-
Tags:
-
Team:NOS
-
Sprint:NOS 11.1.31 - 2020-04 1
When using <nuxeo-dropzone> on 10.10 with the blob-list attribute (for a multivalued blob property) a user can only upload multiple files literally drag and dropping into the dropzone element. However, it should be possible to achieve the same result by clicking the element and selecting the files from the system dialog. This is currently not possible because the multiple attribute of the <input> element inside <nuxeo-dropzone> is not bound to anything on 10.10, while it is properly working on master.
(as discussed with Nuno Cunha)