Answers for "input type file image size validation"

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
0

<input type="image"> image size

<input id="image" type="image" width="100" height="30" alt="Login"
       src="https://raw.githubusercontent.com/mdn/learning-area/master/html/forms/image-type-example/login.png">
Posted by: Guest on April-06-2021

Code answers related to "input type file image size validation"

Browse Popular Code Answers by Language