Answers for "how to make an input accept only images in html"

33

accept only image files upload html

<input type="file" name="myImage" accept="image/x-png,image/gif,image/jpeg" />
Posted by: Guest on February-19-2020
5

html make file input only images

<input type="file" accept="image/*">
Posted by: Guest on July-08-2021

Code answers related to "how to make an input accept only images in html"

Browse Popular Code Answers by Language