
HTTP file upload using Internet transfer control
I believe that PUT only works with HTTP 1.1 - that means that you would need
IIS 4. I have not tested PUT with IIS 4 though...
Chanan
Quote:
>Can I use the internet transfer control to perfrom a file upload to a web
>server? The documentation describes a PUT method, but does not seem to
>work. My web server is IIS and has the Posting Acceptor installed.