# File lib/cgikit/delegate.rb, line 113
      def upload( attributes = {}, other = '' )
        attributes[:type] = 'upload'
        new(:input, attributes, other)
      end