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?
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?
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