Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: wininet: Replace existing file
| Subject: | Re: wininet: Replace existing file |
| Posted by: | "Joe H" (joedot..@att.net) |
| Date: | 5 Nov 2007 13:47:55 |
Remy Lebeau (TeamB) wrote:
>
> "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
I'll try that. Thanks.
--
none