[ASP] Extract image from external site?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pheddy
    New Member
    • Dec 2008
    • 80

    [ASP] Extract image from external site?

    Hi all!

    Does anybody know how to write a function or script that saves a image from an external site to a local folder? Is it even possible in Classic ASP?

    I know what to look for on the site it has following code:
    Code:
    <td colspan="4" style="border-bottom: 1px solid #e0df77"><img src="http://www.somesite.com/462770CA22CF.jpg" width="200" border="0" id="bigpic"></td>
    Thanks for any reply!
  • azrar
    New Member
    • Nov 2008
    • 11

    #2
    It is not possible to save images from an external site onto your local server using ASP.

    Comment

    • Pheddy
      New Member
      • Dec 2008
      • 80

      #3
      Thanks for your reply!

      Do you have an idea what it takes then?

      Comment

      Working...