Reputation: 55
I have to upload different video files on my codeigniter but I couldn't upload mp4 and flv.
I have tried with adding mp4 mime type in config/mimes but in vain.
'mp4' => array('video/mp4', 'video/3gpp'),
Please let me know the best solution.
Thanks is advance
Upvotes: 0
Views: 2854