status_tag_id()
Element ID of the progress status container
# File actionpack/lib/action_view/helpers/upload_progress_helper.rb, line 422 def status_tag_id "UploadStatus#{current_upload_id}" end