Is it possible to create a button that triggers file upload functionality? I couldn't find any solutions on Google.
I've heard it can be done with labels, but I specifically need to use a button for better UX/UI.
<button style="position:fixed;bottom:10px;right:70px" type="button" class="btn btn-default">
<input type="file" id="files" visbility="hidden" />
<span class="glyphicon glyphicon-folder-open" aria-hidden="true"></span>
</button>
Currently my button looks like this: to this: