# File lib/cgikit/elements/upload.rb, line 31
  def append_to_response( response, context )
    html  = "<input type=\"file\" name=\"#{name_value(context)}\""
    html << other()
    html << enabled()
    html << " />"
    response.content << html
  end