Manuel Lemos - 2007-06-20 09:59:04 -
In reply to message 1 from ed
All depends on how you serve the images. If you just use a URL that makes the Web server serve the images as images because the extension is correct, there is no problem.
The problem occurs when you preserve the original file name and that is .php or equivalent.
Also, you should avoid serving images from PHP scripts using require or include.