下载帮

您现在的位置是:首页 > CMS教程 > 织梦CMS

织梦CMS

织梦不能上传jpg格式的图片怎么办

2019-12-03 05:06织梦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 !'); 
} 
}

以上就是织梦不能上传jpg格式的图片怎么办的详细内容,更多请关注下载帮php中文频道其它相关文章!

文章评论