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 off
Try receiving it as a Stream. The blog post at http://blogs.msdn.com/b/carlosfigueira/archive/2008/04/17/wcf-raw-programming-model-receiving-arbitrary-data.aspx shows how to receive arbitrary data in a WCF REST service.