Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: RPC Progress using idHTTP
| Subject: | Re: RPC Progress using idHTTP |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 26 Mar 2007 10:29:45 |
<andrew@charitysoftware.co.uk> wrote in message
news:1174926941.323187.278940@n76g2000hsh.googlegroups.com...
> If for example the function was to upload an image file that
> was quite large, would it be possible to get back the progress
> of such a call. I can't find an OnWork event that appears
> with other indy components.
Yes, there is such an event. OnWork is implemented at the
TIdComponent level, and promoted to published in TIdTCPConnection, so
it exists and is usable in every Indy socket component available,
including TIdHTTP.
Gambit
none