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.
我正在使用 blueimp jQuery。如果我上传超过 50 MB 的文件,则会显示错误:Failed to write file to disk. 为什么会这样?我的 phpinfo 设置为post_max_size1072。
Failed to write file to disk
post_max_size
请帮助我显示我必须在哪里进行更改,以便一次允许上传至少 100 MB。
在 php.ini 中试试这个
upload_max_filesize 100M post_max_size 100M memory_limit 256M
还要检查
如何实施文件限制