QUOTE(cyberscribe @ 18 May, 2005 - 11:53 PM)

If these people are signing up for accounts you can have them upload an image or provide a link to an external image, like we do here for avatars. Then, at time of entry you check the URL or file is valid. From then on, you're golden -- just using <img = to do the work.
Hate to drag up an old thread but ....
That doesnt solve the issue if the file has been removed after setup.
Possible Directions:
1. doing this at every request is a significant slow down.
2. doing it incrementally and placing the data of the remote existance locally then at reuqest time check how long since last check, and if needed check again.
I found this thread looking for a good way to check the existance of a remote api.
Still looking, will report back with results later tonight.
This post has been edited by BooleanOperator: 15 Sep, 2006 - 02:29 PM