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.
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.