用户
 找回密码
 入住 CI 中国社区
搜索
查看: 4468|回复: 3
收起左侧

上传时总是提示没有选择上传文件时何原因??

[复制链接]
发表于 2009-10-30 17:12:06 | 显示全部楼层 |阅读模式
$config['upload_path'] = '../../upload/';
          $config['allowed_types'] = 'gif|jpg|png|JPG';
          $config['max_width']  = '500';
          $config['max_height']  = '350';
         
          $this->load->library('upload', $config);
          if ( ! $this->upload->do_upload())
          {
           
           return  $this->upload->display_errors() ;
          }
          else
          {
           return $this->upload->data();
            }
发表于 2009-10-31 19:10:43 | 显示全部楼层
<input type="file" name="userfile" />
 楼主| 发表于 2009-11-9 11:53:40 | 显示全部楼层
$config['allowed_types'] = 'gif|jpg|png|JPG';
我这样指定了上传类型为什吗jpg图片还是无法上传啊
发表于 2012-6-29 17:23:10 | 显示全部楼层
我的也是  谁来指点一下

本版积分规则