-1

I am reading/writing a stream file in C# (.Net 1.1). My file's size is too large and I want compress that to a zip file and save this zip file.

How can I compress my the file?

psubsee2003
  • 8,563
  • 8
  • 61
  • 79
R.S
  • 207
  • 3
  • 8
  • 17

2 Answers2

0

Here are several links that can help you(1 minute of googling):

SharpZipLib

MSDN watch at the bottom

nikita
  • 2,737
  • 2
  • 20
  • 26
0

There are some third party controllers for this.

For the time you can refer following link to get more guidance regarding zipping in .net1.1

Open-source zip library for .NET?

Community
  • 1
  • 1
Freelancer
  • 9,008
  • 7
  • 42
  • 81