I am trying upload multiple files using WCF. Since WCF only supports one stream I need to join multiple file streams together on the client and pass this to the service. The files might be huge and cannot be buffered in memory.
我如何这样做? 如果有的话,请提供一些代码样本。
Regards, Rune