PHP 和 Apache 中的最大上传大小?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24377403/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 17:17:47  来源:igfitidea点击:

Maximum upload size in PHP and Apache?

phpapachefilesize

提问by mint

I want to know what is the Maximum upload size in PHP and Apache? Can i upload more than 2GB file through web browser?

我想知道 PHP 和 Apache 中的最大上传大小是多少?我可以通过网络浏览器上传超过 2GB 的文件吗?

回答by Yannick Y

upload_max_filesize in your php.ini You may want to check post_max_size as well

php.ini 中的 upload_max_filesize 您可能还想检查 post_max_size

check this answer for more details PHP change the maximum upload file size

检查此答案以获取更多详细信息 PHP 更改最大上传文件大小