Open
Description
As already discussed and potentially solved in this PR #512:
When set the dropzone to allow multiple files, it works to select more than one file and upload the selected files.
But two things are still not working:
- The dropzone element only shows one file - not multiple
- There is no button or element to add other files to the dropzone. It is only possible to remove the file ("x") and then add all files together.
Thanks for yout help :-)