[eluser]Unknown[/eluser]
I as well am still encountering these problems with the latest CI.
In fact, I tried doing
Code:
$config['allowable-types'] = '*';
, so that all filetypes are allowed, but it still complains that my file is not an allowed type.
Edit: I stand corrected, my problems are solved. I am supposed to use
Code:
$config['allowed_types']
, all is well. Cheers