Problem/Motivation
When Uploading Multiple Images from Media and it is only creating one media but all the files are uploading under the files
Steps to reproduce
1. Install the latest version of drupal
2. Go to Image media type and change the field settings to Unlimited
"/admin/structure/media/manage/image/fields/media.image.field_media_image/storage" change the Allowed number of values to
Unlimited and Save it.
3. Now go to Media "/media/add/image" and now you can have option to upload multiple Images and Please upload more than 1 Image and save it
4. Now go to Media and see only one media is added but files are uploaded all the Image files under "/admin/content/files"
Proposed resolution
When Upload multiple images it should create multiple media
Comments
Comment #2
santhosh@21 commentedComment #3
santhosh@21 commentedComment #4
chris matthews commentedI believe you'll need a contrib module to achieve this functionality:
Comment #5
cilefen commentedThat is the expected behavior.
Comment #7
pameeela commentedAs explained, this is the intentional behaviour. Bulk media creation is not supported in core but there are several contrib modules linked above.