Ruby on Rails AJAX file upload
ajax, file-upload, ruby-on-rails
Solution
If you're using Rails 3, I've written a plugin that makes AJAX style file uploads relatively trivial to implement.
http://rubygems.org/gems/remotipart
Problem
Is there any easy way how to handle AJAX file upload in Rails? e.g. with a plugin