2.1.0 • Published 4 years ago

bootstrap-fileselect v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Bootstrap-Fileselect

Bootstrap Fileselect is a jQuery plugin for creating a bootstrap-styled form controls for file uploads, also know as file selects or file input fields, with some kind of validation support and customization.

Requirements

  • jQuery 3.0.0 or higher
  • Bootstrap 4.0.0 or higher

Installation

Download the latest release here and use start using it like in the code example below.

<script src="path/to/js/bootstrap-fileselect.js"></script>
<script>
    $(function() {
        $('input:file').fileselect();
    });
</script>

Attention Don't forget to load the jQuery library first.

Examples

Check out the demo page for a look and feel and the documentation of the plugin.

Author(s)

License

Bootstrap Fileselect is licensed under MIT.

*Made in Switzerland with :cheese:... I mean :heart:

2.1.0

4 years ago

2.0.0

6 years ago