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 https://github.com/formasfunction/remotipart

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

Walter