<div class="col-md-10">
<input type="image" src="http://shackmanlab.org/wp-content/uploads/2013/07/person-placeholder.jpg" width='125px' height='125px' style="float:left; margin-top:40px; margin-bottom:10px; margin-right:30px"></input>
<input type="file" id="my_file" style="display: none;"/>
<font size="6" style="position:absolute; bottom:0">teste</font>
</div>
}
$("input[type='image']").click(function () {
$("input[id='my_file']").click();
});
}
Thanks for helping