织梦园模板网专注于织梦企业模板、DeDe整站模板、织梦Html5模板等织梦模板的下载,提供DEDE织梦模板相关服务。织梦园织梦模板交流群
用户名:
密码:
注册
注册后享受折扣价

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

织梦园模板 / 2021-02-05 / 收藏

织梦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 !'); 
} 
} 

相关故障问题

收缩