Well, it may not be completely intuitive by the name, but the official upload_progress plugin contains the functionality of form_remote_upload (that is, AJAX file uploads). Check it out at:
http://dev.rubyonrails.org/svn/rails/plugins/upload_progress/
Found that generating the rdoc documentation for this plugin fails:
unrecognized option `--line-numbers --inline-source'
change line 19 of the rakefile to:
rdoc.options << '--line-numbers' << '--inline-source'
Posted by: Jared Moody | September 29, 2006 at 03:50 PM
Does the upload_progress support RJS like yours did (albeit with that javascript eval line...)? I can't seem to get it to work 'out of the box'.
Posted by: Adam | November 25, 2006 at 12:24 PM