- Issue created by @shaik_karimulla
@shaik_karimulla, I have enabled the module, and have the following configurations
label : Bulk Image
form: none
location: public://bulk-media-upload.I am able to upload the files.
- 🇮🇳India agunjan085
@nidhish
i am also facing the same issue in my site. can you please let me know which version of dropzone js are you using. will try with that - 🇮🇳India shaik_karimulla
@nidhish
I have used both dropzone 5.9.3 and dropzone 6.0.0-beta.2. But still I'm facing the same issue.
Can please you guide me, how you have installed the module, libraries and what configurations you have done. - 🇬🇧United Kingdom amoebanath
I'm also seeing "No media files have been provided" on 3.0.2 with Drupal Core 10.3
It looks to be coming from the validation introduced in https://www.drupal.org/project/media_bulk_upload/issues/3324771 🐛 Validation missing when empty bulk media upload form submitted Fixed
- 🇬🇧United Kingdom amoebanath
Though the original error is gone, I'm still getting errors later on in that validation function.
The $uploaded_files value doesn't seem to be what that code is expecting, and I can't make sense of why that would be. All the following validation seems to rely on that, though.