Answers for "upload image without input type file"

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 "upload image without input type file"

Browse Popular Code Answers by Language