module CGI::QueryExtension

def multipart?

Returns whether the form contained multipart/form-data
def multipart?
  @multipart
end