[eluser]Unknown[/eluser]
This is still a problem even with the latest update to Upload.php. I'm using the library to upload document files, no images are allowed.
Code:
$config['allowed_types'] = 'doc|docx|txt|rtf|pdf';
I can upload all but the docx file types. When I dump the contents of
Code:
$this->upload->data()
the file_type always equals '' no matter what type of file is uploaded.
When uploading docx files I get a wrong file type error.