Open leekahung opened 1 year ago
Opening new branch for #77, issue-77/multi-file-uploads; any contributors can use this branch to deal with that new feature
Function for multi-file upload is viable as proof-of-concept. Will keep as back log at this time.
Currently working on new system for uploading files on to Solid Pods. See PR #249.
Think what we've established in recent PR #249 helped us upload multiple files to Solid Pods one at a time and could assign metadata to them individually.
Think there might still be a case where someone wishes to upload a set of related files have them all use the same metadata description, but the concept would need to be flushed out first.
Is your feature request related to a problem? Please describe. Current version of PASS supports single file uploads to Solid via HTML input element
Describe the solution you'd like HTML input allows for multi-file uploads with the multiple attribute. We just need to update these elements and refactor all relevant components and functions