Using Twitter Bootstrap, How can I use Progress bar with File Upload as soon as I select the file to upload.
Asked
Active
Viewed 2,854 times
1
-
2Twitter Bootstrap only provides the Progress Bar and you can modify the progress value with javascript. The rest is [FIle API (w3.org)](http://www.w3.org/TR/FileAPI/#introduction) or Ajax + Server side [PHP 5.4](http://php.net/manual/session.upload-progress.php) for example). So Twitter Bootstrap itself doesn't provide that, check [blueimp file uploader (github)](http://blueimp.github.com/jQuery-File-Upload/). – Sherbrow Dec 02 '12 at 09:40
-
possible duplicate of [Twitter Bootstrap Image Upload with Preview and Progress Bar](http://stackoverflow.com/questions/13666243/twitter-bootstrap-image-upload-with-preview-and-progress-bar) – Paul Oliver May 16 '15 at 03:55