iPhone UIImage upload to web service
- by user347635
Hi all,
I worked on this for several hours today and I'm pretty close to a solution but clearly need some help from someone who's pulled this off. I'm trying to post an image to a web service from the iPhone. I'll post the code first then explain everything I've tried:
NSData *imageData = UIImageJPEGRepresentation(barCodePic, .9);
NSString…