I have created a custom form in the backend and it is working fine for single image browse. If I select only one image then it is working fine. My requirement is, I want to select multiple images with the browse button. If there is any alternate solution then please let me know also.
- 
 refer this : magento.stackexchange.com/questions/198910/…Aasim Goriya– Aasim Goriya2018年08月06日 06:04:21 +00:00Commented Aug 6, 2018 at 6:04
- 
 it is for frontend side form.I want to use in the backend.Sunny Rahevar– Sunny Rahevar2018年08月06日 06:06:43 +00:00Commented Aug 6, 2018 at 6:06
- 
 Check this : softprodigy.com/store/article/…Aasim Goriya– Aasim Goriya2018年08月06日 06:12:48 +00:00Commented Aug 6, 2018 at 6:12
- 
 @AasimGoriya Thanks for your link but i think this is not the proper solution. can you describe answer in more detail pleaseJaimin– Jaimin2018年08月06日 08:40:53 +00:00Commented Aug 6, 2018 at 8:40
- 
 i don't have idea of "Multiple Browse Button", i asked my colleagues too. But alternate solution is you can allow Multiple Image upload.Aditya Shah– Aditya Shah2018年08月06日 09:35:10 +00:00Commented Aug 6, 2018 at 9:35
2 Answers 2
If your form is rendering from UI form component then using isMultipleFiles option you can Defines whether multiple files can be uploaded.
For more reference go through Magento Devdocs
I hope it helps!
if you use magento fileuploader UI componet then you need to set isMultipleFiles option value true.it's ddefault vlaue false,for more details please visit the magento devdocs link https://devdocs.magento.com/guides/v2.4/ui_comp_guide/components/ui-fileuploader.html
hope it will help you.