Thanks in advance everyone!
Background:
I have a WCF web service running that is communicating with an iPhone app over SOAP.
The WCF web service method is expecting a byte[].
Problem:
Now I need ...
I'm trying to take a photo from my iPhone app and upload to a WCF REST service.
I'use the UIImagePickerController to access the camera and assign the new photo to a UIImageView ...
I'm trying to build an iPhone app and c# WCF Service to upload an image to a SQL Service database.
I've got my app breaking an image down to NSData and posting ...
Hello Guys I am trying to Upload Image from my iphone Application through my RestFul Wcf Service running in IIS 7.0 remotely on to the file System. But it doesn't Work, ...