upload IOS image to .net service
问题 I'm uploading images (jpg) to .net service. If I upload small images the upload works great, but when I send "big" images (more than 1 Mb or "big" size) images upload success, but the image looks like this I tested web service via curl and it works ok. Any Idea? Thanks you!!!!!! My upload code is: -(void)uploadJPEGImage:(NSString*)requestURL image:(UIImage*)image pictureName: (NSString*)pictureName { NSURL *url = [[NSURL alloc] initWithString:requestURL]; NSMutableURLRequest *urequest =