Allow upload of multiple files images at once with filelist/imagelist
Prior to v5 a user was able to upload multiple files/images at once by selecting multiple file inside the OS file selection dialog. Each file would than be added as single item. This useful feature seems to have been lost on the way.
I'd be willing to try and hammer out a pull request, if appreciated and someone would point me in the right direction.
Hi @madc ,
On which version of Bolt is this happening?
I'm on Bolt 5.2.0-beta.1 and when I drag and drop files/images into the File Uploader panel in /bolt/filemanager/files it allows me to upload multiple files at once.
I agree with this, we updated a client website to bolt 5. On that site we have a galleries, each gallery has 30-40 Images from mettings. Now our client asked why he is not able to upload multiple images, so the current way would be:
- Add new Image to imagelist
- Upload image
- Repeat 30 times
or
- Upload all 30 images via File management
- Add new Image to imagelist
- Select image from library (which is in this case just a select, so the search would take long!)
- Repeat 30 times..
This takes forever! Instead it should be easy as: Drag & Drop (or select) multiple images and for each image a new dataset will be added to the imagelist.
@nestordedios We don't mean the file management, this works fine. Instead we mean the contenttype filelist.
This is still an issue.