I am trying to load items into a car classifieds site via an XML feed (in GoogleBase format). The feed has links to images for each vehicle. I am only interested in one image. I can get the path out of the xml, but I don't really know how to proceed from there.
We have a system for people to manually upload files which resizes and organizes the files and I would rather not have to write code to also use external images. I want to copy and resize the images to our servers. I don't really know how to proceed. Any help/tips/general direction to move is appreciated.