如何從下面的代碼最後一個字符串被置於與圖像如何發送圖像的遠程服務器
的NSString * reqString = [NSString的stringWithFormat發送圖像的遠程服務器:@「http://projeceads.info/spir /productinfo/productadd/%@/%@/%@/%@/%@/%@/%@/%@",ownerId,productNameTxt.text,QuantityTxt.text,sizeTxt.text,ageTxt.text,priceTxt。文本,descriptionView.text,imgstr]; NSURL * reqUrl = [NSURL URLWithString:reqString]; NSURLConnection * connection = [[NSURLConnection alloc] initWithRequest:[NSURLRequest requestWithURL:reqUrl] delegate:self];
[連接開始]; }
請加入更多內容,這樣的問題:這個答案我張貼在這裏的多個已編輯的版本。 –