I currently limit file types in an upload script by using an allowed types array
$allowed_types = array("image/jpeg", "image/gif");
I also need to allow files of with the following extentions.
.tif, .pm7, .p65, .pdf, .qxp, .pmd, .eps
Is there a site out there anywhere that gives the mime types of theses
files?
Thanks,
Ed
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

