Pretty file upload button multiselect
Bootstrap 3 pretty file upload
Works for multi files and single files
Effect
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
