i do not have an issue with disk space and with my web app only 30 images will be loaded at once, issue is there is a 3 second ajax for these images so they are either.
A. mysql query every 3 seconds per image. (per viewer)
B. Use Uploaded Photos.
At the moment I am assuming an uploaded photo is the best but I am not the pro at these things so I wanted a second opinion. Thanks.