Image 图像类型验证在yii中不起作用

Image 图像类型验证在yii中不起作用,image,Image,在我的模型中,图像类型的验证代码为: array('employeedetails_photo', 'file', 'types' => 'jpg, gif, png,jpeg', 'message' => 'Please upload only images in the format jpg, gif, png'), 但是,如果我上传JPEG图像,也会显示错误消息

在我的模型中,图像类型的验证代码为:

array('employeedetails_photo', 'file', 'types' => 'jpg, gif, png,jpeg', 'message' => 'Please upload only images in the format jpg, gif, png'),
但是,如果我上传JPEG图像,也会显示错误消息