vkrisz81 Posted September 6, 2014 Posted September 6, 2014 Hi. Is tjere any way to save into file an img from any webpage? I can do it by detecting its coord and dimensions by using screenshot, but is there any other way? If an img is on page it must be alteady downloaded, i should be able to save to file..
JohnOne Posted September 6, 2014 Posted September 6, 2014 In IE you can use _IE* functions to get url of image, and then InetGet to download the image. If you use the default 0 for second param of InetGet then windows should take care of getting it from local cache. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
vkrisz81 Posted September 6, 2014 Author Posted September 6, 2014 This img is a php generazed img, when you call it it makes realtime the img on the server and send the img to the browser. If i copy the link and paste to other window it looks like, but if i insert url to inet it generates 0bytes file...
JohnOne Posted September 6, 2014 Posted September 6, 2014 (edited) At this point you should show your code, including url. Edited September 6, 2014 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
vkrisz81 Posted September 6, 2014 Author Posted September 6, 2014 Ok if you have no any idea now.. Later! I am on phone....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now