File input styles

Different type of bootstrap file input styles

Markup

                                <input type="file" class="filestyle bootstrap-file" data-buttontext="Select file">
                            

JS

                                /**
                                 * Dependent File
                                 * bootstrap-filestyle.js
                                 **/
                                if ($.fn.filestyle) {
                                    $(".bootstrap-file").filestyle();
                                }