How to download image and save to hard disk?
-
I want to download a image and save to hard disk and later upload to other site, how can i do that?
-
Hello,
Try this:
-
@allstylus First option - get image from cache.
This is project with comments
getimagefromcache.xmlAnd here is article with detailed method description and video
http://wiki.bablosoft.com/doku.php?id=how_to_get_request_resultSecond option - get image url and download it.
downloadimage.xmlThe easiest one, but not the fastes one is to make an element screenshot.
screenshot.xml
-
@webvend Get image data expects image id, not selector, so this won't work