hi all,

I need to create a zip file which can hold atleast 50 images.I have searched in net and found that there is a component which can help me with this.

But i dont want to use a free component.I must be able to create a zip file in my asp.net code.

Is there any namespace available to do this?

Please reply earlier.

Thanks and regards.

Exelio

Look at the "gzip" stuff, in the System.IO.Compression namespace. I think you'll find that a 3rd party zip library is the way to go. I think the one I ended up using was SharpLibZip.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.