php – 我可以信任$_FILES中的文件类型吗?

前端之家收集整理的这篇文章主要介绍了php – 我可以信任$_FILES中的文件类型吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
上传图片时,我可以信任$_FILES中的文件类型吗?或者我必须再次检查exif_imagetype()?
documentation

The mime type of the file,if the browser provided this information. An example would be “image/gif”. This mime type is however not checked on the PHP side and therefore don’t take its value for granted.

原文链接:https://www.f2er.com/php/134878.html

猜你在找的PHP相关文章