Changes between Initial Version and Version 1 of Ticket #36677, comment 2
- Timestamp:
- 04/26/2016 11:27:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36677, comment 2
initial v1 1 I'm assuming this is your local/test install? The 2mb upload size is a PHP default setting, edit php.ini and increase `upload_max_filesize` and `post_max_size`. If this is a production site, contact your hosting company.1 I'm assuming this is your local/test install? The 2mb upload size limit is a PHP default setting, edit php.ini and increase `upload_max_filesize` and `post_max_size`. If this is a production site, contact your hosting company. 2 2 3 3 Closing as worksforme, feel free to reopen with steps to reproduce if this is indeed a WordPress bug.