Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 22nd, 2007, 08:04 AM
Udi Udi is offline
Registered User
 
Join Date: Jan 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to Zip files within a folder

I am creating some reports from my ASP.net application and saving on server. I want to zip all these reports and place a link on my web page so that user can download the zip file.
I am not able to figure out the way to zip these files...Any help will be appriciated...Thanks in Advance

 
Old January 24th, 2007, 03:39 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

There is a good library I've used before (#ziplib):

http://www.icsharpcode.net/OpenSource/SharpZipLib/

.NET 2.0 has some compression classes built in, but I don't think they are nearly as handy as the stuff in #ziplib.

-Peter
 
Old January 25th, 2007, 12:45 AM
Udi Udi is offline
Registered User
 
Join Date: Jan 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi planoie, thanks for your reply..I used the same library and was able to zip the files but the files whose filename are in english were not zipped? can you help in this.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Zip a folder vinugeorge .NET Framework 2.0 2 June 29th, 2005 06:33 AM
decrypt files from zip files mmmobasher VS.NET 2002/2003 0 January 21st, 2004 03:19 AM
Zip a file from using Win XP compressed folder Mitch VBScript 1 January 6th, 2004 08:58 AM
How to Zip a folder with text files. pcshan Classic ASP Basics 0 July 29th, 2003 01:50 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.