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

bootstrap-prettyfile.js is an extremely lightweight jQuery plugin which adds a pretty file select button to the default Bootstrap file input field.

Bootstrap file-input

Documentation

Pretty file upload button multiselect

Bootstrap 3 pretty file upload

Works for multi files and single files

Effect

Alt text

Requirements

  • Bootstrap 3
  • jQuery

Instructions

Include bootstrap-prettyfile.js into your page

<script src="bootstrap-prettyfile.js"></script> 

Use it

$( 'input[type="file"]' ).prettyFile(); 

You can change jQuery selector

Samples

See simple_usage.html

See form_demo.html


You May Also Like