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:
Thanks for any reply!
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>
Comment