Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: wininet: Replace existing file
| Subject: | Re: wininet: Replace existing file |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 5 Nov 2007 13:00:15 |
"Joe H" <joedotah@att.net> wrote in message
news:472f716f$1@newsgroups.borland.com...
> I presume that WinInet is the interface to the http protocol
> and the Delphi Wininet.pas does not have an httpDelete function.
That is not what I was referring to. In your call to httpOpenRequest(),
simply change 'PUT' to 'DELETE', and then don't send any data after calling
httpSendRequest/Ex().
Gambit