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
Initialize $config and remove base_url() from upload path. It will work properly.
$config
remove base_url()
$this->upload->initialize($config);