Answers for "max 4 image upload in input type file"

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 "max 4 image upload in input type file"

Browse Popular Code Answers by Language