Answers for "making an html file input accept only pictures"

21

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

Code answers related to "making an html file input accept only pictures"

Browse Popular Code Answers by Language