Answers for "<input type="file" accept="image/*;capture=camera">"

5

input file accept image

<input type="file" name="myImage" accept="image/png, image/gif, image/jpeg" />
<input type="file" name="myImage" accept="image/*" />
Posted by: Guest on November-29-2021

Code answers related to "<input type="file" accept="image/*;capture=camera">"

Browse Popular Code Answers by Language