Screencast: Easy Rails File Uploads using Ajax and jQuery
Adam McCrea of EdgeCase has put together a screencast demonstrating how to easily implement Ajax file uploads in your Rails application. It's about ten minutes long.
New to Rails 3? Check out the Ruby on Rails 3 Tutorial book and screencast.
A book and screencast series showing you how to develop and deploy industrial-strength Rails apps in a direct, step by step way. The screencast series includes 12 lessons over more than 15 hours! Get the best "over the shoulder" experience of following what a top Rails 3 developer does when building an app today. Click here to learn more.
Adam McCrea of EdgeCase has put together a screencast demonstrating how to easily implement Ajax file uploads in your Rails application. It's about ten minutes long.
June 20th, 2009 at 5:18 am
Nice screencast, thanks for posting this. I've been using a plugin called "responds_to_parent" to handle this stuff on the backend, but it's always cool to see other approaches to the same problem.