unzipping zip files from asp+ application
I'm trying to allow my users to upload zip files using the htmlinputfile
server control and then unzip the uploaded file on the server side.
Anyone know of any free or inexpensive objects that encapsulate unzip
functionality? Currently I'm planning on executing a batch file on the
server to run a commandline unzip utility.
# 1 Re: unzipping zip files from asp+ application
SA-Archive from Software Artisans will do it for you.
www.softwareartisans.com
"Tom Ashworth" <tomash@bellsouth.net> wrote in message
news:39b19573$1@news.dev-archive.com...
> I'm trying to allow my users to upload zip files using the htmlinputfile
> server control and then unzip the uploaded file on the server side.
>
> Anyone know of any free or inexpensive objects that encapsulate unzip
> functionality? Currently I'm planning on executing a batch file on the
> server to run a commandline unzip utility.
>
>