🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Fileselect is a jQuery plugin for Bootstrap 4 which helps you create a pretty file select input to replace the regular Bootstrap 4 file input field.

Bootstrap file-input bootstrap-4

Documentation

Bootstrap-Fileselect

jQuery plugin for creating bootstrap-styled file-upload form contols, also known as file selects or file input fields, with some kind of validation and customization support.

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 JavaScript libraries of jQuery first

Examples

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

Author(s)

License

MIT


You May Also Like