Answers for "html input file only 1 image"

33

file input only images

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

upload only image input tag

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

Code answers related to "html input file only 1 image"

Browse Popular Code Answers by Language