0

to make multi download of files I need to use ZipFile class. Im using .Net 2010 and I need a reference to ZipFile class which is avialable in .Net 2012 can i get a link for it.

Raed Alsaleh
  • 1,581
  • 9
  • 27
  • 50

2 Answers2

0

The easiest way is with SharpZipLib. This answer and these samples might help you get started.

Community
  • 1
  • 1
Echilon
  • 10,064
  • 33
  • 131
  • 217
0

I would recommend using DotNetZip, IMO it's much easier to use than SharpZipLib, here are the examples of usage:

http://dotnetzip.codeplex.com/wikipage?title=Examples&referringTitle=Home

Antonio Bakula
  • 20,445
  • 6
  • 75
  • 102