Проверьте, установлен ли входной файл codeigniter

if (empty($_FILES['userfile']['name'])) {
}
Prasad Gayan