Upload Image From iPhone to WCF Service

后端 未结 1 1575
花落未央
花落未央 2021-01-15 13:21

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

相关标签:
1条回答
  • 2021-01-15 14:06

    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.

    0 讨论(0)
提交回复
热议问题