zipping files via asp?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS ASP > zipping files via asp?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    zipping files via asp?  
Beau


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-24-04 01:54 AM

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







[ Post a follow-up to this message ]



    Re: zipping files via asp?  
Jason Brown [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-24-04 01:54 AM

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?
>
>







[ Post a follow-up to this message ]



    Re: zipping files via asp?  
Ray Costanzo [MVP]


Report This Message To A Moderator Edit/Delete Message


 
12-24-04 08:02 AM

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?
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:21 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register