Answers for "input type file accepts documents except images"

14

input type file accept only images

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

Code answers related to "input type file accepts documents except images"

Browse Popular Code Answers by Language