Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

open the file upload dialogue box onclick the image

<input type="file" id="imgupload" style="display:none"/> 
<button id="OpenImgUpload">Image Upload</button>

$('#OpenImgUpload').click(function(){ $('#imgupload').trigger('click'); });
 
PREVIOUS NEXT
Tagged: #open #file #upload #dialogue #box #onclick #image
ADD COMMENT
Topic
Name
9+6 =