简体   繁体   中英

File compression in ASP.Net

In my ASP.Net application I want to compress a file and send it to the user, but the classes which are available compress files which are less than 4 to 5 GB. But through my application i want to compress a file which is more then 5 GB. Is there any way to do that ?

Thank You.

SharpZipLib is usually the choice for file compression in dot-net.
http://www.icsharpcode.net/OpenSource/SharpZipLib/

I used it in my projects; its pretty fast and very easy to work with.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM