The easiest way to add Apache / Paperclip / Rails file download progress bar (paperclip)

Is there a simple example of a progress bar for loading rails based on paperclip and apache server? The examples that I have seen so far are either outdated or really confuse me.

Appreciate your help!

Pierre.

+5
source share
1 answer

Using Fine Uploader in combination with Rack Raw Upload gem.

Works well for me in Rails 3.2 applications.

+2
source

All Articles