I’ve looked at a number of resource for creating an upload progress bar in Rails using Passenger.
dromo’s blog, swfupload, plus more. I haven’t been able to get one working.
Any Rails people actually have a working example of successfully implementing upload progress bar?
Yeah, swfupload and uploadify both have ways to get them to work with Rails. The trick is to carry around some session variables.
Uploadify and Rails 2.3
SWFUpload Paperclip and Rails
New Ruby on Rails demo app using SWFUpload