gpt4 book ai didi

php - 只上传txt文件

转载 作者:行者123 更新时间:2023-12-02 06:23:56 26 4
gpt4 key购买 nike

如何检查只有 .txt 文件上传到服务器,而不是 php 中的其他文件。

最佳答案

您可以测试文件类型:

if ($_FILES['file']['type'] == 'text/plain') // this file is TXT

此外,您还可以使用函数 mime_content_type 来验证文件的 mime 类型.

关于php - 只上传txt文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4188005/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com