[eluser]Unknown[/eluser]
when I try to upload mov files using the uploader class I get the error: "The filetype you are attempting to upload is not allowed."
Jpg and swf files upload ok.
I have included mov in my uploader config:
$config['allowed_types'] = 'gif|jpg|png|swf|mov';
And the mimes.php file has:
'mov' => 'video/quicktime',
I've also tried looking at the file data:
file_name: sample.mov
file_type: video/quicktime
raw_name: sample
orig_name:
file_ext: .mov
I'd be very grateful if anyone can help!
Thanks