搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

for uploading PDF (in php) if (!=application/pdf) {"No PDF"} gives error when trying to upload PDF. Why?

  • 1 个回答
  • 14 人有此问题
  • 25 次查看
  • 最后回复者为 pluys

more options

In a php upload file I have inserted:

if($_FILES['file']['type'] !="application/pdf"){ echo "Should be PDF";}

exit; Even when trying to upload a PDF file the error message comes: Should be PDF. Earlier this worked fine. Maybe a bug in an update? Regards, pluys

In a php upload file I have inserted: if($_FILES['file']['type'] !="application/pdf"){ echo "Should be PDF";} exit; Even when trying to upload a PDF file the error message comes: Should be PDF. Earlier this worked fine. Maybe a bug in an update? Regards, pluys

所有回复 (1)

more options

I think I found part of a solution now. It is not Firefox, it is some add-on or plug-in. I myself use a lot of add-ons. I asked someone who was new to Firefox to load up a PDF file. There was no problem! So now I'm going to check all my add-ons, hoping it is not Firebug. All the best, Pluys