Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'd like to compress a stream in an ASP.NET application, and I am aware that there may be issues with attempting to write out stream data to a file because of the security sandbox. Can anybody tell me if it's possible to compress a file stream in an ASP.NET application using a GZipStream or a DeflateStream?
Posted
Updated 19-Mar-10 4:49am
v2

1 solution

Did you had a look at it?
GZipStream[^]

Looks like this is what you need! :thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900