Last Updated: February 25, 2016
·
334
· asci

File input customizing (copy\paste)

For bootstrap.css:

<label>
    <span class="btn">Select file</span>
    <input type="file" class="btn" style="opacity: 0.0001" onchange="this.previousElementSibling.innerHTML = this.value;" />
</label>