Compress & Upload files in .NET 2.0

G

Guest

Hi,

I have function in c# program which selects a file & uploads to a directory.

I want compress/zip the selected file programatically & upload the zipped
version.

How can I do this, is there any free library/class available in .NET 2.0
Framework ??


Thanks,
 
C

Cyril Gupta

Hello Ibrahim.,

Yes, there's a pretty good Free Zip library for .Net, I think it's called
the SharpZip, or something... You should be able to find it if you hunt on
Google.

Thanks


-- You can do anything with a little bit of 'magination.

-- I've been programming so long, my brain is now software.
 
G

Guest

Hello,

Thanks for you kind help. I will try this and see if it suits my requirment.

Regards,
 
G

G Himangi

Also take a look at the GZipStream Class in the .Net 2.0 framework

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top