> Hi, I'm using httpcli to save a webpage html doc and I extract all 
> of
> it's image locations to a text file by saving the '<IMG SRC=' tags.
> Afterward I want to download all of the images

There is already a free ICS component TMagHttp descended from THttpCli
that does all this, it parses a web page, generates a list of files on
that page, and optionally downloads them.  

http://www.magsys.co.uk/delphi/magxfer.asp

There is an EXE demo in the zip. 


> but how can I  determine
> the TRUE location of the images? For example, say the image tag is:
> '<IMG SRC='test.com/photo.jpg'' - for all I know, "test.com" could 
> just be a directory on the server or it could be the website. 

There is no HTTP in the URL, so it's a local file. 

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