CodeIgniter Forums
uploading pdf file is giving me fits of numb - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: uploading pdf file is giving me fits of numb (/showthread.php?tid=3876)



uploading pdf file is giving me fits of numb - El Forum - 10-26-2007

[eluser]FuzzyJared[/eluser]
I am able to upload all necessary files for my application with the exception of pdf files. I have gone through a couple of posts about this. One of which was posted just over a year ago.

Long story short when I echo out the $this->file_type within the Upload.php I get the following -
application/unknown

Which is obviously a problem as I can't exactly allow application/unkown

The weird part is this happens using Firefox 2.0.0.08 but not in safari on a mac. I have not validated yet on a pc.

I should also mention that Apache 2 and PHP 5.2.3

Tanx in advance