Codeigniter flv,wmv uploading gives error "Invalid file type"
It gives "The filetype you are attempting to upload is not allowed." error when I was trying to upload flv and wmv files using codeigiter "upload" library.
I was sure about $config array. But this error was there when I was trying video upload.
My $config settings were as follows
Solution:
Open mimes.php file in config folder
Add folowing two lines into the $mimes array
Post a Comment
Post a Comment