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

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

santhosh@21 created an issue. See original summary.

santhosh@21’s picture

santhosh@21’s picture

Issue summary: View changes
chris matthews’s picture

I believe you'll need a contrib module to achieve this functionality:

cilefen’s picture

Status: Active » Postponed (maintainer needs more info)

That is the expected behavior.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

pameeela’s picture

Priority: Major » Normal
Status: Postponed (maintainer needs more info) » Closed (works as designed)
Issue tags: +Bug Smash Initiative

As explained, this is the intentional behaviour. Bulk media creation is not supported in core but there are several contrib modules linked above.