Upload File||The filetype you are attempting to upload is not allowed – Jquery ajax
Having problems to store a video to server. I had changed all possible types in mimes.php, but the issue remains same here is my code. Controller public function frontsliderAdd() { if ($this->session->userdata('admin_logged_in') != TRUE) { redirect(base_url() . 'admin/login'); } $data['active']…