Uploading an image in Codeigniter shows error The upload path does not appear to be valid

前端 未结 10 1657
独厮守ぢ
独厮守ぢ 2020-12-18 11:54
$config[\'upload_path\'] = site_path().\'photos/\';
$config[\'allowed_types\'] = \'gif|jpg|png|jpeg\';
$config[\'max_size\'] = \'2048\';
$this->load->library(\         


        
10条回答
  •  余生分开走
    2020-12-18 12:37

    Hi on server you can connect with filezilla and right click on folder and change File Attributes

提交回复
热议问题