Can anyone help me to do this !!!
I want to download a file (for exaclty photo file) from a web page how i can do this through delphi?????

Recommended Answers

All 2 Replies

You can use URLDownloadToFile() in the unit UrlMon.

Or you could look at Indy which comes with Delphi (unless you have turbo) and you download the HTML from the page, search through for each picture and download each picture.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.