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

Viewed 16177

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 options like using plupload or jquery file upload or using uploadify.

3 Answers
Related