1

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?

thenengah
  • 42,557
  • 33
  • 113
  • 157

1 Answers1

2

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

marcgg
  • 65,020
  • 52
  • 178
  • 231
  • possibly the railstips one. Looks good but comments had a lot of problems. The jim neath one I've already tried and could not get that going. Comments seemed to have the same result that I had – thenengah Feb 18 '10 at 08:12
  • I did the one using uploadify and it worked. It was a pain though. – marcgg Feb 18 '10 at 08:49