Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

NOT MAINTAINED ANYMORE. A JavaScript library for custom file inputs of Bootstrap, with translation and validation support.

License

Notifications You must be signed in to change notification settings

jnessier/Bootstrap-Fileselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer maintained.

Please use other solutions for filesects with Bootstrap.


Bootstrap-Fileselect

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

Please note: The library is deprecated and will not support the next major release of Bootstrap 5.

Requirements

  • jQuery 3
  • Bootstrap 4

Installation

Download the latest release here and 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 🧀... I mean ❤️