Hi, I'm hoping someone can help.
I'm building an image library and I need to be able to check (ie set a field to true or false) if an image exists on a remote server over the internet.
eg http://www.site.com/folder/subfolder/image.gif
The best solution I've come up with so far is call a shell script that will download the image locally, check if it exists in a specific local location and return yes or no, then delete the local copy.
Is there potentially a one step, cleaner solution?
This is eventually going to be part of a loop trawling through thousands of images, so the cleaner/faster, the better.
I'm using 8.5 Pro on OS X 10.4.7.