>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().


(1)  How would I do that (use getimagesize() instead to find type)?



(2)  Stupid question:  how do I say

if ($_FILES['imagefile']['type'] != "image/pjpeg")

and add "image/jpeg" to that constraint?


thanks
Matt




-- 


-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to