1
Answer

Transferring huge data stream from client to WCF service

Ask a question
sagar

sagar

14y
7k
1

I am unable to transfer huge data say 120 MB of stream from client to wcf service.
I am facing this error "stream.length threw an exception of type System.NotSupportedException" at service end.
How do I use the concept of chunking with single service call that transfer entire data from client to server.
Its very urgent and Thanks in advance for the solution

Answers (1)