Re: [PHP] image validation

2001-04-08 Thread Christian Reiniger
On Sunday 08 April 2001 03:57, you wrote: > I'm wondering if there is any sure way for PHP to determine whether an > uploaded file is definitely an image file. > > I have a script that checks for size and mime type ('image/png' or > 'image/jpeg'). The script works fine, but I've heard that it is >

[PHP] image validation

2001-04-07 Thread Michael Hall
I'm wondering if there is any sure way for PHP to determine whether an uploaded file is definitely an image file. I have a script that checks for size and mime type ('image/png' or 'image/jpeg'). The script works fine, but I've heard that it is possible to add those mime type headers to files th