Answers for "input accept all files"

0

only accept image file input

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

Browse Popular Code Answers by Language