Answers for "file tag accept attribute"

0

input field image accept type

<input type="file" name="image" accept=".png, .jpg, .jpeg" />
<input type="file" name="image" accept="image/png, image/jpeg" />
Posted by: Guest on October-16-2021

Code answers related to "file tag accept attribute"

Browse Popular Code Answers by Language