what type of file doe PHP recognize a PDF as?

vici136

New member
in writing a PHP upload file, i know that the command for allowing a jpg is
|| ($_FILES["file"]["type"] == "image/jpeg")
but what would it be for a pdf? ive gotten this far
|| ($_FILES["file"]["type"] == "
is it an image? document? or should i just put file?
 
Back
Top