muban大师 发表于 2021-2-1 18:49:36

织梦CMS不能上传jpg格式的图片怎么办如何解决

织梦CMS不能上传jpg格式的图片怎么办如何解决
       
        到根目录下找到Include文件夹,然后找到uploadsafe.inc.php文件,打开文件,找到第54行的代码
       
        if(in_array(strtolower(trim(${$_key.'_type'}))] $imtypes))
        {
        $image_dd = @getimagesize($$_key);/* 把$image_dd 改为$imgage_dd */
        if (!is_array($image_dd))
        {
        exit('Upload filetype not allow !');
        }
        }
页: [1]
查看完整版本: 织梦CMS不能上传jpg格式的图片怎么办如何解决