开发者

convert stream to zip file

I have made a WCF web service that streams a 200 mb zip file. Can some one please advise me on how i can read this开发者_StackOverflow社区 stream at my client and then give option to the user to download that

Thanks


If your client is an asp.net site, why not just a simple ashx handler? Set the mime type application/x-zip, and set the ResponseStream of the handler to the zip file stream.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜