I am trying write a simple image uploader using ASIHTTPRequest...
but at the code below....
[request setData:imageData withFileName:@"iphone.jpg" andContentType:@"image/jpeg" forKey:@"photo"];
I get below warning msg....
warning: 'ASIHTTPRequest' may not respond to '-setData:withFileName:andContentType:forKey:'
not too sure whats wrong since i got all the import added at top too
#import "ASIHTTPRequest.h"
#import "ASIFormDataRequest.h"
Anyone have any idea why?