Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: how can I use InternetWriteFile
| Subject: | Re: how can I use InternetWriteFile |
| Posted by: | "Francois PIETTE [ICS - MidWare]" (francois.piet..@overbyte.be) |
| Date: | Sat, 29 Apr 2006 18:08:23 |
> how can I use InternetWriteFile (or any other function/component) to send
> (PUT not POST) a file using HTTP protocol to a URL ?
> Until now I haven't see a working example (all I've see refer to POSTing a
> file that, I think, requires an existing form and a CGI server at server
> site).
> What I want is the HTTP client to send any file it wants to my web site
> (just like FTP does it)
This is probably what you need: http://support.microsoft.com/kb/184352/en-us
btw: ICS HTTP client component support the PUT verb but there is no sample
program available. See http://www.overbyte.be.
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
none