progress_bar_id()
Element ID of the progress bar
# File actionpack/lib/action_view/helpers/upload_progress_helper.rb, line 417 def progress_bar_id "UploadProgressBar#{current_upload_id}" end