Answers for "input type file dont upload image"

14

upload only image input tag

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

how to enable file input on click on image

<input type="file" id="imgupload">
<a href="#" onclick="$('#imgupload').trigger('click'); return false;">Upload file</a>
Posted by: Guest on October-15-2020

Code answers related to "input type file dont upload image"

Browse Popular Code Answers by Language