Answers for "accept only one type of file input"

33

accept only image input file

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

Code answers related to "accept only one type of file input"

Browse Popular Code Answers by Language