Forums
Home / Fixing WordPress / Upload size
(@acehawke)
16 years, 1 month ago
How do I increase the upload size of files ?
(@lutfiallail)
You should update your php.ini with: * upload_max_filesize = 10M ; * post_max_size = 20M ; or update your .htaccess with: * php_value upload_max_filesize 10M * php_value post_max_size 20M Hope this work ??