Unlink permission denied on codeigniter
问题 How do I delete a file, Below the output of the code.. but this code is not working to del the file from the directory.... in controller public function delete_by_id() { $id = $this->uri->segment(3); $schemeid = $this->uri->segment(4); $link = $this->uri->segment(5); $tablename = $this->uri->segment(6); //unlink code ------------------------------------------> $del_image = $this->C_model->getrecordwhere($tablename, array('id' => $id)); unlink('upload_attachments/'.$del_image->attched_files);