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格式怎么办如何解决
到根目录下找到Include文件夹,然后找到uploadsafe.inc.php文件,打开文件,找到第54行的代码
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/24964da0c17ad00fa2d82599a279e7bd.html