i just wondering. so this
i have 2 computers which the one was installed xampp and the other one was not.(same network). both is windows xp
and i making up this script for test download the file.
<?php
$txt = "http://www.branded3.com/wp-content/uploads/2011/05/Google_Chrome1.jpg";
$img = "01.jpg";
file_put_contents($img, file_get_contents($txt));
?>
and i run the script on my computer which xampp is installed, and its absolutely works.
but i running it on my another computer, not working.
can anybody help me in this issue?
Heres a very crude way you can proxy the image and prompt a download.