# File lib/cgikit.rb, line 3212
        def to_s
                to_s  = "<input type=\"file\" name=\"#{element_id}\""
                to_s << other_attributes_string
                to_s << ">"
                to_s
        end