OBJECTIVE: INCREASE THE MAX FILESIZE PARAMETER FOR UPLOADS INTO WORDPRESS via ../wp-admin/media-new.php
Many other avenues were attempted, but what worked was simply to
modify the php.ini file line:
post_max_size = 40M
This was the line to modify and not
upload_max_filesize = 50M
Which is what had me stumped for awhile.
.
