7

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.

enter image description here

asked Aug 6, 2018 at 5:55
8
  • refer this : magento.stackexchange.com/questions/198910/… Commented Aug 6, 2018 at 6:04
  • it is for frontend side form.I want to use in the backend. Commented Aug 6, 2018 at 6:06
  • Check this : softprodigy.com/store/article/… Commented 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 please Commented 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. Commented Aug 6, 2018 at 9:35

2 Answers 2

0

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!

answered Nov 3, 2018 at 5:48
0

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.

answered Apr 7, 2021 at 9:22

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.