Answers for "accepts photo only type file"

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 "accepts photo only type file"

Browse Popular Code Answers by Language