Answers for "html input type accept"

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 "html input type accept"

Browse Popular Code Answers by Language