# File lib/merb_helpers/form_helpers.rb, line 538
      def file_control(col, attrs = {})
        errorify_field(attrs, col)
        file_field(control_name_value(col, attrs))
      end