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.
当我们在 wordpress 网站上传超过 30 张不同大小的图片时,它不会上传网站中的所有图片,如果我们打印请求数据($_REQUEST 和 $_FILES),它会打印空数组。以及我们如何在 wordpress 中打印该错误消息?
请帮忙
更改max_file_uploads您的 php.ini 或ini_set('max_file_uploads', $someNumber);在您的代码中添加一个。
max_file_uploads
ini_set('max_file_uploads', $someNumber);