# File lib/action_view/helpers/upload_progress_helper.rb, line 282
      def upload_status_tag(content='', options={})
        upload_status_progress_bar_tag + upload_status_text_tag(content, options)
      end