# File lib/ramaze/helper/form.rb, line 30
      def form_file(label, name)
        form_input(label, :type => :file, :name => name)
      end