首页 > 网站 > 建站经验 > 正文

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

2024-04-25 20:33:53
字体:
来源:转载
供稿:网友

到根目录下找到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 !');

}

}

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表