Alexey Smirnov wrote:
> On Jan 29, 3:07 pm, "Cal Who" <CalWhoNOS...@roadrunner.com> wrote:
>> After a quick search for code that I can use to unzip an uploaded
>> Windows compressed folder I find three possibilities. I'd guess
>> there may be more.
>>
>> System.IO.Compression.GZipStream class, SharpZipLib, DotNetZip
>>
>> I'd appreciate comments about the various options. Especially from
>> someone with good (or bad) experience using one of them.
>>
>> I'd hate to spend time unearthing problems that are already known in
>> the developers community.
>>
>> Thanks
>
> It depends on what you need, but I would recommend DotNetZip
> http://www.codeplex.com/DotNetZip
I build a Windows compressed folder of photos (which is really a file) and
upload it. Presently using SharpZipLib.
I used that because it was the only free one I knew about.
Now I find there are others and wonder if what I'm doing is the best way.
I'd sure like to know how they differ - or why you like DotNetZip better.
I would appreciate it if you would give me a very quick comment on that.
In any event: Thanks
BTW
You're probably aware but just in case::
When I reply to you using OE I don't get the > inserted as I should.
I did read the following.
If someone posts using Quoted Printable, OE will not insert the >
I extracted from your post: Content-Transfer-Encoding: quoted-printable
To get the > inserted here I replyed using OE-Quote fix.
Please take this as me only trying to be helpful.