Answers for "input type=file'' accept only audio"

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 "input type=file'' accept only audio"

Browse Popular Code Answers by Language