Answers for "upload image without file input"

PHP
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

Browse Popular Code Answers by Language