The WordPress blogging platform doesn't allow uploading backup files or theme zip files larger than 2MB. This problem shouldn't exist in 2025.
The WordPress blogging platform doesn't allow uploading backup files or theme zip files larger than 2MB. This problem shouldn't exist in 2025.
You can refer to this document to adjust the maximum upload file size in WordPress:
https://hub.docker.com/_/wordpress
在.htaccess文件添加以下代码
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value memory_limit 128M
php_value max_execution_time 300
php_value max_input_time 300