> Working now with the THttpCLI component instead.
> Got most of it to work now..
> But have no clue where the data is put when the download is 
> finished.

There are several demo projects supplied with ICS that illustrate use of
the HTTP client component, OverbyteIcsHttpGet is probably most
appropriate for you, it does this:

HttpCli1.RcvdStream := TFileStream.Create(FileNameEdit.Text, fmCreate);

A few weeks ago I wrote some code for downloading a list of URLs,
specifically the images for a web page being displayed by HtmlViewer (a
free web browser component).  I'll look to update one of the HtmlViewer
demo projects with ICS, to illustrate downloading and the HTTP client
component.  It is very pretty to see multiple images on a web page (in my
case HTML email) appear before your eyes from your own code. But I won't
have time for a couple of weeks. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to