"custom upload button by itpixelz"
Bootstrap 3.0.0 Snippet by hdpixelz

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <label for="file-upload" class="custom-file-upload"> <span class="glyphicon glyphicon-upload"></span> Custom Upload </label> <input id="file-upload" type="file"/>
input[type="file"] { display: none; } .custom-file-upload { border: 1px solid #ccc; display: inline-block; padding: 6px 12px; cursor: pointer; }

Related: See More


Questions / Comments: