Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 445
lppier Avatar asked Nov 04 '22 22:11

lppier


1 Answers

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

Has been working perfectly for me in Rails 3.2 applications.

like image 78
Alexander Presber Avatar answered Nov 09 '22 08:11

Alexander Presber