WCF service for receiving image

Posted by elgrego on Stack Overflow See other posts from Stack Overflow or by elgrego
Published on 2008-09-19T19:26:43Z Indexed on 2010/04/06 6:53 UTC
Read the original article Hit count: 344

Filed under:
|
|
|

What is the best way to create a webservice for accepting an image. The image might be quite big and I do not want to change the default receive size for the web application. I have written one that accepts a binary image but that I feel that there has to be a better alternative.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about web-services