Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: Wininet.dll & HTTPQueryInfo
| Subject: | Re: Wininet.dll & HTTPQueryInfo |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 9 Mar 2007 14:03:51 |
"MikeR" <nf4lNoSpam@pobox.com> wrote in message
news:45f1ccbc$1@newsgroups.borland.com...
> > If that is the case, then there is not way to know the size of the
> > data during the actual transfer. You would have to send a
separate
> > HEAD request beforehand.
> How?
Read the WinInet documentation. It tells you how to send HEAD
requests.
> HTTP_QUERY_TRANSFER_ENCODING returns chunked.
Then you cannot use a progress bar.
Gambit