Answers for "how to limit input file type to 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 "how to limit input file type to images"

Browse Popular Code Answers by Language