织梦园模板网提供云优cms模板,pbootcms模板,Wordpress主题模板等各类企业新闻资讯网站模板下载服务。织梦园网站模板交流群
用户名:
密码:
注册
注册后享受折扣价

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

相关故障问题

收缩