On Friday 16 January 2004 10:32, Matt Hedges wrote: > if ($_FILES['imagefile']['type'] != "image/pjpeg")
The 'type' in $_FILES is provided by the browser. IIRC only IE uses "image/pjpeg" whilst other browsers use "image/jpeg". But regardless of what the browser sets, it is more reliable to get the image type from getimagesize(). -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Pecor's Health-Food Principle: Never eat rutabaga on any day of the week that has a "y" in it. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php