为什么会报这个错误,Notice: getimagesize(): Read error!?
因为你选择的文件有一些扩展名不是图片类型的
if ($flag&&in_array($ext,$allowExt)) { if (!getimagesize($fileInfo['tmp_name'])) { $res['mes'] = $fileInfo['name'].'不是真实图片类型'; }
加上in_array($ext,$allowExt)就行了,希望采纳谢谢
大哥,贴代码呀,