Posts Bootstrap FileStyle
Post
Cancel

Bootstrap FileStyle

Is a quick and simple and beaultiful plugin to help style your form’s file upload inputs using Bootstrap v3.3 - 4.

https://github.com/markusslima/bootstrap-filestyle

http://markusslima.github.io/bootstrap-filestyle/methods.html

1
2
3
4
5
6
7
<input type="file" id="fl">

$("#fl").filestyle({
	btnClass: 'btn-primary',
	htmlIcon: '<span class="glyphicon glyphicon-file"></span> ',
	text: 'Select File'
});

origin - https://www.pipiscrew.com/?p=19401 bootstrap-filestyle

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags