# File lib/action_view/helpers/form_tag_helper.rb, line 220
      def file_field_tag(name, options = {})
        text_field_tag(name, nil, options.update("type" => "file"))
      end