[snip] (1) How would I do that (use getimagesize() instead to find type)? [/snip]
http://php.net/getimagesize [snip] (2) Stupid question: how do I say if ($_FILES['imagefile']['type'] != "image/pjpeg") and add "image/jpeg" to that constraint? [/snip] there are many ways, I will show you an easy one if ($_FILES['imagefile']['type'] != "image/pjpeg" && $_FILES['imagefile']['type'] != "image/jpeg") -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php