Cannot drag & drop multiple files in a single request (to start a new submission) #820
Labels
bug
component: MyDSpace
component: submission
Difficulty: High
Estimated at more than 16 hours
e/40
Estimate in hours
Describe the bug
This bug was discovered during review of #724. That PR currently works around this bug as it throws a friendly error message if anyone attempts to upload multiple files at once.
The
ng2-file-upload
library currently has a limitation where it doesn't allow making a POST with multiple files.ng2-file-upload
which describes a number of ways others have been able to workaround this problem: Upload multiple files in one request valor-software/ng2-file-upload#671The ongoing maintenance of
ng2-file-upload
seems unclear as it has not received updates for almost a year now. So, another option would be to search for an alternative upload library which better supports our needs.Possible Alternative Library:
The text was updated successfully, but these errors were encountered: