Thursday, December 16, 2004

ASP.Net: Zip files in dot net

There is a special open source free to use GPL licensed version of zip api called Sharp Zip lib,
http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx

With this you can handle all zipping related tasks.
Example you can zip the uploaded files and then save it to database, you can unzip and retrieve just saving lot of database space.

No comments: