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