WCF service to send large binaries to server

Posted by Ali Shafai on Stack Overflow See other posts from Stack Overflow or by Ali Shafai
Published on 2010-02-07T22:27:39Z Indexed on 2010/03/17 5:21 UTC
Read the original article Hit count: 435

Filed under:
|

I need to upload large (100 meg max) binairies to server using WCF. I followed instructions from this: http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/fileuploadsilverlightwcf07142009104020AM/fileuploadsilverlightwcf.aspx

it workds for anything less than 50K. going above that I get 415 errors. any idea?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about c#