search for: upload_progress_help

Displaying 2 results from an estimated 2 matches for "upload_progress_help".

Did you mean: upload_progress_helper
2006 Mar 08
2
Upload progress update bar question
I''m trying to follow these instructions to include the Javascript progress bar on a page. However, I''m confused. In my controller, when I try to access update_upload_progress_bar_js which is defined in actionpack/lib/action_view/helpers/upload_progress_helper.rb I get a "no such method" error. Can I use helpers in my controller class and, if so, how do I access them? Thanks, Wes ========================================================= upload_progress_update_bar_js(percent=nil) Javascript helper that will create a script that will cha...
2006 Mar 07
1
Understanding ActionPack
So in order to user form_tag_with_upload_progress, it appears that I need stuff that''s in the following: actionpack/lib/action_view/helpers/upload_progress_helper.rb Do I have to do something specific to get access to this stuff or is it included automagically? Thanks, Wes Gamble -- Posted via http://www.ruby-forum.com/.