Rails3 Uploading a File over AJAX

What is the Rails Way of uploading a file over AJAX with Rails 3? In
previous versions of Rails, I’ve posted to a targeted iframe and used
responds_to_parent to render the response. This doesn’t appear to be
working with Rails 3. Anyone know a better solution?

Thanks!
Tom

Take a look on GitHub - formasfunction/remotipart: Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jQuery.

On Mar 2, 2011, at 1:40 PM, pietia wrote:

Take a look on GitHub - formasfunction/remotipart: Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jQuery.

That looks really cool. Have you heard of anything similar for
Prototype?

Walter