Answers for "input file html just allowed types image"

14

input type file accept only images

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

Browse Popular Code Answers by Language