Failed Upload Files Codeigniter
问题 I'm try to make crud with upload file but somehow it's keep return FALSE but i don't know what's wwrong with my code if i var_dump($data) before condition upload it's show the name of my image but if i var_dump($uploads) it's keep show false This is my controller public function saveReimburse() { validate_submitted_data(array( 'nama' => 'required', 'category_reimburse_id' => 'required', 'amount' => 'required|numeric', 'date_reimburse' => 'required', )); // data $data = [ 'nama' => $this-