Answers for "input type file limit to 2 images"

0

how to limit input file type to images

<!-- add the accept attribute as follows -->
<input type="file" multiple accept="image/*">
Posted by: Guest on July-09-2021

Code answers related to "input type file limit to 2 images"

Browse Popular Code Answers by Language