How to limit Image picker for multiple image

Hello,

I am usging multiple image in my app but I wanted to limit de number of image one can’t take or add up to 3 for example. I can use the visibility option which will hide the module, however if someone who uploaded 3 images wants to delete one, I don’t see how it’s possible because the module won’t be available anymore. Is there a plan just to hide the button “add” on the image picker module?

Thanks in advance

It can either be done using CSS like above.

Or with a custom form, if this process is inside a “form”. However, this only prevents submission, not at the actual point when you submit your uploads to the server.

1 Like