473,323 Members | 1,550 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

Anyway to ZIP files thru ASP.NET

Any way to take several files in a specific dir and combine them in 1 zip
using ASP.NET/VB.NET? Thanks..
Sep 10 '08 #1
5 951
"Cirene" <ci****@nowhere.comwrote in message
news:uc****************@TK2MSFTNGP02.phx.gbl...
Any way to take several files in a specific dir and combine them in 1 zip
using ASP.NET/VB.NET?
http://www.chilkatsoft.com/zip-dotnet.asp
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 10 '08 #2
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:uf**************@TK2MSFTNGP03.phx.gbl...
"Cirene" <ci****@nowhere.comwrote in message
news:uc****************@TK2MSFTNGP02.phx.gbl...
>Any way to take several files in a specific dir and combine them in 1 zip
using ASP.NET/VB.NET?

http://www.chilkatsoft.com/zip-dotnet.asp
Depending on your purpose and framework version there is
System.IO.Packaging.ZipPackage in .NET 3.5
Its really for creating the sort of package that Office 2007 uses for its
documents but fundementally its a zip file.

--
Anthony Jones - MVP ASP/ASP.NET

Sep 11 '08 #3
Try to use SharpZipLib which is open source and free.
http://www.icsharpcode.net/OpenSource/SharpZipLib/

Web Master
TimeLive
Timesheet software in US$ 200
Open source asp.net time tracking software in US$ 400
http://www.livetecs.com

"Anthony Jones" <An***********@yadayadayada.comwrote in message
news:%2******************@TK2MSFTNGP06.phx.gbl...
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:uf**************@TK2MSFTNGP03.phx.gbl...
>"Cirene" <ci****@nowhere.comwrote in message
news:uc****************@TK2MSFTNGP02.phx.gbl...
>>Any way to take several files in a specific dir and combine them in 1
zip using ASP.NET/VB.NET?

http://www.chilkatsoft.com/zip-dotnet.asp

Depending on your purpose and framework version there is
System.IO.Packaging.ZipPackage in .NET 3.5
Its really for creating the sort of package that Office 2007 uses for its
documents but fundementally its a zip file.

--
Anthony Jones - MVP ASP/ASP.NET
Sep 13 '08 #4
Free!!! I likey!!!!
<li******@gmail.comwrote in message
news:77**********************************@microsof t.com...
Try to use SharpZipLib which is open source and free.
http://www.icsharpcode.net/OpenSource/SharpZipLib/

Web Master
TimeLive
Timesheet software in US$ 200
Open source asp.net time tracking software in US$ 400
http://www.livetecs.com

"Anthony Jones" <An***********@yadayadayada.comwrote in message
news:%2******************@TK2MSFTNGP06.phx.gbl...
>"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:uf**************@TK2MSFTNGP03.phx.gbl...
>>"Cirene" <ci****@nowhere.comwrote in message
news:uc****************@TK2MSFTNGP02.phx.gbl.. .

Any way to take several files in a specific dir and combine them in 1
zip using ASP.NET/VB.NET?

http://www.chilkatsoft.com/zip-dotnet.asp

Depending on your purpose and framework version there is
System.IO.Packaging.ZipPackage in .NET 3.5
Its really for creating the sort of package that Office 2007 uses for its
documents but fundementally its a zip file.

--
Anthony Jones - MVP ASP/ASP.NET

Sep 13 '08 #5
"Cirene" <ci****@nowhere.comwrote in message
news:OC**************@TK2MSFTNGP06.phx.gbl...

[top-posting corrected]
>>>>Any way to take several files in a specific dir and combine them in 1
zip using ASP.NET/VB.NET?

http://www.chilkatsoft.com/zip-dotnet.asp

Depending on your purpose and framework version there is
System.IO.Packaging.ZipPackage in .NET 3.5
Its really for creating the sort of package that Office 2007 uses for
its documents but fundementally its a zip file.

Try to use SharpZipLib which is open source and free.
http://www.icsharpcode.net/OpenSource/SharpZipLib/

Free!!! I likey!!!!
Yes but remember that, with such things, you (don't) get what you (don't)
pay for...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 13 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Deepa | last post by:
I am trying to locate a file using the following code Set objXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP") strURL = "http://server/ApprovedAutoCAD/140-00007-01.dwg" objXMLHTTP.Open...
0
by: JSwinney | last post by:
Greetings! I know this kind of question gets asked here almost daily, but as a newbie I have sort of a twist: I'm needing to take some reports I've written in Access that link to Btrieve files...
7
by: Michael | last post by:
I have s string variable. And I want to save it into a txt file.. How Can I do it?
1
by: Jane B | last post by:
Is there a way to send an audio file thru a modem once I've made a connection?
1
by: russel | last post by:
is iit possible t read html attachment thru vb if yes how to proceed
0
by: vbfoobar | last post by:
Hello, I am looking for Python code no other language wanted) that I couls use/reuse/adapt to implement (via CGI, no specific app server wanted) a web-based app that would offer the following...
21
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Uploading files from a local computer to a remote web server has many useful purposes, the most...
7
by: aagarwal8 | last post by:
Hi, I want to create a log file from my C# code. Currently I am encrypting the contents of this log file, but now the requirement is that no one should not be able to open this file from Windows...
0
by: hsarin | last post by:
Hello Friends, I have a docushare link where i need to upload a file on daily basis. Is there any way i can automate this process. Using docushare windows client i have mapped it on my windows...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.