As I know, when I put a file in filestream, the file does not exsist in memory.
But is it true that when I pass that filestream to my service from my client, the client put the file in the momory and only then send the byte[] to the service?
As I know, when I put a file in filestream, the file does not
Share
There are 2 modes in WCF: streamed vs buffered transfer. You are looking for the streamed transfer mode to avoid loading the entire data in memory: