29,041
社区成员
发帖
与我相关
我的任务
分享MKNetworkOperation *op = [self operationWithPath:@"upload.php"
params:@{@"Submit": @"YES"}
httpMethod:@"POST"];
for (int i=0; i<file.count; i++) {
[op addFile:[file objectAtIndex:i] forKey:@"upload"];
}