How to use Jasny's file upload with Bootstrap 3

后端 未结 3 779
失恋的感觉
失恋的感觉 2021-02-13 22:36

So Bootstrap 3 just came out. I prefer it to Bootstrap 2 but I am currently using Jasny\'s extension for file uploads. Is there a way to cherry-pick that feature and use it with

3条回答
  •  无人共我
    2021-02-13 23:20

    When you only want the file upload plugin i will work basically, see: http://bootply.com/72995

    You could download the plugin from: http://bootstrap-server.jasny.net/bootstrap-fileupload.zip You will got the javascript and css files needed. Or you could download: the file-upload.less and file-upload.js files from http://jasny.github.io/bootstrap/

    Use this guide: http://www.bootply.com/migrate-to-bootstrap-3 to make your html compatible with Twitter's Bootstrap 3. (change classes like input-append in your css file too).

    Good luck

提交回复
热议问题