Tagged Questions
11
votes
4answers
6k views
WCF Chunking / Streaming
I'm using WCF and want to upload a large file from the client to the server. I have investigated and decided to follow the chunking approach outlined at ...