how to zip and unzip folder through c#
-
hi i am mukesh i want zip and folder through coding zip on client and unzip on server mukesh
Use DOS/cmd scripts with WIPZIP
-
hi i am mukesh i want zip and folder through coding zip on client and unzip on server mukesh
Use #ziplib from ICSharpCode... http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx[^]
-
hi i am mukesh i want zip and folder through coding zip on client and unzip on server mukesh
You can use the zip libraries through J#. I did this a while back, but I completely forget the details. I don't remember whether I wrote that part in J# and exposed it to C#, or whether it was directly accessible from C#. Now I'm being too lazy to go look it up for you, but this should get you going in the right direction... You can always post back more questions if you need more help.