# File lib/formtastic.rb, line 679
      def file_input(method, options)
        basic_input_helper(:file_field, :file, method, options)
      end