My codeigniter app suddenly broke today. I didn\'t work on the upload code and when I tried to upload an image today I suddenly got \"The filetype you are attempting to upload i
Have you initialize the $config properly?
$config
$this->load->library('upload', $config); $this->upload->initialize($config); // Make sure it has been initialized