我正在尝试使用 ASIHTTPRequest 编写一个简单的图像上传器...
但在下面的代码中......
[request setData:imageData withFileName:@"iphone.jpg" andContentType:@"image/jpeg" forKey:@"photo"];
我收到以下警告消息....
warning: 'ASIHTTPRequest' may not respond to '-setData:withFileName:andContentType:forKey:'
不太确定出了什么问题,因为我也在顶部添加了所有导入
#import "ASIHTTPRequest.h"
#import "ASIFormDataRequest.h"
有人知道为什么吗?