Answers for "how to limit image size in html input"

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

Browse Popular Code Answers by Language