File Upload & Compression in ASP. ASP.Net Tutorial (.NET)
Wednesday, March 25th, 2009This article will show you how to upload a file to the web server and compress it using the compression methods provided in .Net. I will use the open source compression method to compress to a .gz file. The method is available in System.IO.Compression.
View Tutorial

