nValues:=7// file name, path, size, md5, sha1, sha256, sha512 for just the upload (no metadata because we are not POSTing a valid zip file)
nValues:=9// file name, path, remote_url, remote_id, size, md5, sha1, sha256, sha512 for just the upload (no metadata because we are not POSTing a valid zip file)
iflen(r.MultipartForm.Value)!=nValues{
t.Errorf("Expected to receive exactly %d values",nValues)