Answers for "input file select only image"

23

file input only images

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

upload only image input tag

<input type="file" name="myImage" accept="image/*" />
Posted by: Guest on February-14-2021
2

html make file input only images

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

Code answers related to "input file select only image"

Browse Popular Code Answers by Language