Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Uploading file using inet controls


Message #1 by "subramanian" <subramanian@t...> on Fri, 23 Mar 2001 22:24:17
You can do file uploads with IIS using Microsoft Posting Acceptor, which you
can download from their site.
Once you've uploaded the file, you can then unzip it by shelling this
commmand:
Winzip32.exe -e [path of zipfile] [target dir]
Or, you can download a COM component from http://www.xceedsoft.com/ which
reads and unzips winzip files, except that this is not cheap.
Hope this helps
AM


-----Original Message-----
From: subramanian [mailto:subramanian@t...]
Sent: 23 March 2001 22:24
To: professional vb
Subject: [pro_vb] Uploading file using inet controls



hi,


I want to upload a winzip file to a webserver from a vb application

the parameter i know is the url to which a post method can be done and on 
the other end an application listens to it and unzips the file.

has anyone done this before with a http request.


thanks
subramanian

  Return to Index