views:

1192

answers:

2

Is there any easy way how to handle AJAX file upload in Rails? e.g. with a plugin

+1  A: 

Surely it is possible, here You have a tutorial and couple of links to plugins.

Dejw
+1  A: 

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

formasfunction
Pretty awesome - do you know of any similar prototype solutions? This is really useful stuff.
Brian Armstrong