Easiest way to add file upload progress bar (paperclip) Apache/Paperclip/Rails

paperclip, ruby-on-rails

Solution

Consider using Fine Uploader combined with the Rack Raw Upload gem.

Has been working perfectly for me in Rails 3.2 applications.

Problem

is there an easy upload progress bar example for rails upload based on paperclip and apache server? The examples I've seen so far are either outdated or really confusing to me. Appreciate your help! Pier.

Original source