I am trying to find a module and/or OLE code to save an image on the web.
I have tried using the InternetExplorer.Application OLE and ExecWB method, but I can never get it to save. Any other modules I try (HTTP::GetImages, LWP::Simple) seem to fail.
I know the URL of the image I want to retrieve, but need a way to save it to disk. Keep in mind, I need to do this through Win32. Please help. thanks.