在提交表单后,我在database.Everything中插入信息没有问题,除了图像没有插入到数据库中,它在db.Please guys中的图像名称字段中显示0,在form_open()标记中观看,以及我的><html> <title>Insert Data Into Database Using CodeIgniter Form</title&g
我的控制器函数是 class Image extends CI_Controller public function index() $this->load->view('image'); public function upload() $config['upload_path'] = './images/';
$config['allowed_types'] = 'gif|jpg|p