Jump to content

application/pdf Problems


phpretard

Recommended Posts

Do you need to see more code to help me figure out why this will not allow a word || a wordpad document to be uploaded?


($_FILES["form_data"]["type"] == "application/pdf")
|| ($_FILES["form_data"]["type"] == "application/doc")
|| ($_FILES["form_data"]["type"] == "application/rtf")

 

(it does allow PDF)

 

 

Link to comment
https://forums.phpfreaks.com/topic/86784-applicationpdf-problems/
Share on other sites

Do you need to see more code to help me figure out why this will not allow a word || a wordpad document to be uploaded?


($_FILES["form_data"]["type"] == "application/pdf")
|| ($_FILES["form_data"]["type"] == "application/doc")
|| ($_FILES["form_data"]["type"] == "application/rtf")

 

(it does allow PDF)

 

 

 

Instead of using application/doc and application/rft, use text/doc and text/rtf.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.