Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

zipping files via asp?
Is there a native 'zipping' or compression compoonent in windows accessable
via ASP? Or do you have to buy a compoonent?



Report this thread to moderator Post Follow-up to this message
Old Post
Beau
12-24-04 08:55 AM


Re: zipping files via asp?
No, there is nothing native in 'classic' ASP. Third-party it is.


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Beau" <beau_damore@hotmail.com> wrote in message
news:u8Q4ebV6EHA.2624@TK2MSFTNGP11.phx.gbl...
> Is there a native 'zipping' or compression compoonent in windows
> accessable
> via ASP? Or do you have to buy a compoonent?
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Jason Brown [MSFT]
12-24-04 08:55 AM


Re: zipping files via asp?
As Jason said, no, there is nothing built in.  You can purchase the Winzip
command line add-on (http://www.winzip.com/downcl.htm) for Winzip
(http://www.winzip.com/), "shell out" and execute the commands for the
command line add-on to zip files.

<%
sCommand = "wzzip D:\Inetpub\wwwroot\test\htmlfiles.zip
D:\Inetpub\wwwroot\test\*.htm"
Set oShell = CreateObject("WScript.Shell")
oShell.Run sCommand, , True
Set oShell = Nothing
Response.Write "<a href=""htmlfiles.zip"">Download zip file</a>"
%>

Ray at home

"Beau" <beau_damore@hotmail.com> wrote in message
news:u8Q4ebV6EHA.2624@TK2MSFTNGP11.phx.gbl...
> Is there a native 'zipping' or compression compoonent in windows
> accessable
> via ASP? Or do you have to buy a compoonent?
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Ray Costanzo [MVP]
12-24-04 08:55 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

ASP archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 08:32 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.