Bootstrap file input

Standardizes the file input field to look like a Bootstrap button in all browsers.

Original

Original by grevory.

Usage

Change the button text by using a title tag

<input type="file" title="Search for a file to add">

Disable on inputs by using data-bfi-disabled

<input type="file" data-bfi-disabled>