Send image to asp.net web service from IOS
问题 In my IOS app i need o send a image to ASP.NET Web Service . I am trying to the image in bytes form & then convert it back to image form on server side. Now i am using these line to convert image to bytes in IOS : NSData *imageData=UIImagePNGRepresentation([Mybutton currentBackgroundImage]); this line give a bytes of 734,775 word, which is too much, so it can not be send a soap request . So , now how can i acieve this goal ?????? when call the service usiong soap request then it gives me this