0
我想一個 UIImage
上傳到服務器。上傳圖片到服務器
我不知道如何將它添加到我的崗位到服務器的問題。 直到現在我發送的發佈與硫:
NSString *reqURL = [NSString stringWithFormat:@"url"];
reqURL = [reqURL stringByAddingPercentEscapesUsingEncoding:NSASCIIStringEncoding];
NSURLRequest *theRequest = [NSURLRequest requestWithURL:[NSURL URLWithString:reqURL]];
NSURLResponse *resp = nil;
NSError *err = nil;
NSData *response = [NSURLConnection sendSynchronousRequest: theRequest returningResponse: &resp error: &err];
有任何不同的方式進行圖像呢?