Thanks.
You’re wright, “mediapress” has this ability but some plugins (such as BuddyPress Cover and buddypics) don’t have it.
I can use following codes in a “php.ini” and put it in that plugins but it isn’t very useful…
(
wp_memory_limit=128M;
upload_max_filesize=128M;
post_max_size=20M;
) (reference:https://buddypress.org/support/topic/upload-size-limits/)