# File lib/merb_helpers/form_helpers.rb, line 547
      def file_field(attrs = {})
        attrs.merge!(:type => "file")
        attrs.add_html_class!("file")
        optional_label(attrs) { self_closing_tag("input", attrs) }
      end