Best way to show image previews before upload in rails & carrierwave

前端 未结 3 843
孤街浪徒
孤街浪徒 2020-12-30 05:18

I\'ve been using rails for past few days and wanted to know what is best way to show image previews before upload in rails & carrierwave.

I came across a few opt

3条回答
  •  春和景丽
    2020-12-30 06:15

    If you only need image preview in a form before upload, you (as me) will see that JQuery Upload plugin is just too much complex and not so easy to run properly (I was able to see the preview, but then I couldn't upload the picture).

    http://saravani.wordpress.com/2012/03/14/preview-of-an-image-before-it-is-uploaded/

    It's simple and fast to code.

    I put the code here just in case the source dies:

    Script:

        
        
    

    In the HTML:

        
        
        
          
          your image
        
    

提交回复
热议问题