織夢不能上傳jpg格式的圖片怎麼辦?
到根目錄下找到Include資料夾,然後找到uploadsafe.inc.php文件,打開文件,找到第54行的程式碼
推薦學習:織夢cms
程式碼如下:
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中文網其他相關文章!