Skip to main content
December 10, 2008
Question

cfhttp

  • December 10, 2008
  • 1 reply
  • 265 views
How can i use cfhttp to grab a logo off any website? I want to be able to pass it a url and for it to just display its logo.

Any help is very much appreciated.

Thank you.
    This topic has been closed for replies.

    1 reply

    Inspiring
    December 10, 2008
    Hi,

    You can try parsing the cfhttp.fileContent variable using some regular expression patterns..

    However you can't determine a site's logo among the other images avaiable from the same site.

    HTH