Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查上传输入文件的大小,但如果我的文件大于 2 mb,则变量返回 0 位,你能告诉我为什么吗?
$size = $_FILES['foto1']['size']; echo $size;
谢谢
您需要在“php.ini”文件中更改以下内容
upload_max_filesize = 2M