if($flag){ if(!getimagesize($fileInfo['tmp_name'])){ exit('不是真实图片类型'); } }
运行后给出
Notice: getimagesize(): Read error!
怎么回事啊
证明没有读取到服务器端的临时文件
^-^...