How can I set a button background image to an <input type="file">
?
This is my html code:
<div class="large-9 columns small-9 columns" style="margin-top:2%;">
<input type="file" name="file" id="file" onchange="changePicture()" class="btn btn-file">
</div>
There is a way to set background image only to the button, not to the selected image text view?