Add bulk media upload using Media Library Bulk Upload module and make that the default media creation workflow
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3559389. --> Reported by: [pameeela](https://www.drupal.org/user/1431110) Related to !694 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We should support bulk uploading media. I looked over the modules and <a href="https://www.drupal.org/project/media_library_bulk_upload"> Media Library Bulk Upload </a> provides the best UX. </p> <p>I guess we should add this to the image recipe, since that's the most relevant use, but we can actually replace the default media creation experience with this one entirely too with some simple form and local task alters.</p> <p>Another complication is that the recipe supports but does not require DropzoneJS. Without it, the upload is a single file upload field, but with it there is a nice drag and drop UI. Can we pull in the library via the recipe? There is support via Composer but it requires specifying the repository.</p>
issue