Download an Image (php generated not a direct image link)
Posted: Thu Apr 17, 2008 4:46 pm
Hi guys,
I have this script under my localhost. I want the script to download an image from a website without undergoing the "save as" dialog box as I have lots of images to download. the problem is that, the images on the page are not a direct link to the image file but rather embedded in a php file (ex. display_image.php?image=image_800.jpg). I've tried several methods but the closest I got was to download the .php file. And even if I rename the files to *.jpg, I got no image displayed.
TIA,
Archie
I have this script under my localhost. I want the script to download an image from a website without undergoing the "save as" dialog box as I have lots of images to download. the problem is that, the images on the page are not a direct link to the image file but rather embedded in a php file (ex. display_image.php?image=image_800.jpg). I've tried several methods but the closest I got was to download the .php file. And even if I rename the files to *.jpg, I got no image displayed.
TIA,
Archie