Answers for "input type file accept only text file"

21

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 "input type file accept only text file"

Browse Popular Code Answers by Language