How can I hide the default choose file button ?
Here is my html:
<div class="col-md-4">
<span class="btn btn-info "><i class="glyphicon glyphicon-plus"> </i> Browse
<input type="file" style="position:relative;overflow:hidden" id="inPutArtistImage" name="ArtistImage" accept="image/png, image/jpeg" />
</span>
</div>
The button is styled nicely with bootsrap button info colors and the plus icon.
I simply cannot get rid of the grey "Choose file" button.
Any help is appreciated.
I have tried every solution on StackOverflow
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…