Welcome Guest, Not a member yet? Register   Sign In
file uploader class issues
#1

[eluser]llbbl[/eluser]
having trouble uploading files. it is not allowing odt or xls or ods files even thou this is in my config file settings before I initialize the class.

$config['allowed_types'] = 'doc|pdf|txt|ppt|odt|xls|ods';

the only other config thing is max size and all the documents are all under the max size.

When I

$data = array('error' => $this->upload->display_errors());
var_dump($data)

it says:
array(1) { ["error"]=> string(64) "

The filetype you are attempting to upload is not allowed.
" }

doc, pdf and txt work


Messages In This Thread
file uploader class issues - by El Forum - 08-19-2008, 04:58 PM
file uploader class issues - by El Forum - 08-19-2008, 05:21 PM
file uploader class issues - by El Forum - 08-19-2008, 05:28 PM
file uploader class issues - by El Forum - 08-19-2008, 05:42 PM
file uploader class issues - by El Forum - 08-19-2008, 06:11 PM
file uploader class issues - by El Forum - 08-19-2008, 06:50 PM
file uploader class issues - by El Forum - 08-19-2008, 07:29 PM
file uploader class issues - by El Forum - 08-19-2008, 07:51 PM
file uploader class issues - by El Forum - 08-20-2008, 11:02 AM
file uploader class issues - by El Forum - 08-20-2008, 11:23 AM
file uploader class issues - by El Forum - 08-20-2008, 11:57 AM
file uploader class issues - by El Forum - 08-20-2008, 12:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB