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.
如您所知,上传到托管在 Apache(或任何其他 HTTPD)上的 MediaWiki 的文件将在上传过程中某处缓存(不是它们的最终目的地,由媒体 wiki 确定)。
我认为它可能是 /tmp 所以我 greped 了 php 源代码,但没有任何结果。它必须是其他一些临时目录。
我的问题是,使用 Apache 的 Media Wiki 在哪里存储上传过程中上传的文件?
上传临时目录由 PHPupload_tmp_dir配置设置决定,而不是由应用程序决定。
upload_tmp_dir