On Mon, 7 Aug 2006, Sjef wrote:

> Is it possible to recognize if a file for upload really is a pdf (like the
> function getimagesize retuns the file type of the image)?
> Thanxs,
> Sjef

 Yes it is.

 $_FILES['{form_field_name}']['type'] is your friend here. Just match it
against a mime type your looking for.

Ed Curtis

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

Reply via email to