Hello,
I was just now trying load a picture that is 4.72MB. WordPress New Media says that the max is 2MB. How do I get that larger pic uploaded to WordPress? Thank you.
Mike
Hello,
I was just now trying load a picture that is 4.72MB. WordPress New Media says that the max is 2MB. How do I get that larger pic uploaded to WordPress? Thank you.
Mike
increase PHP's file upload limit. In php.ini file, change the parameter to whatever size you need (example: )
upload_max_filesize = 32M
OR
add this to top of wp-config.php
define('WP_MEMORY_LIMIT', '64M');
Thanks, Sam. I'll check that out. I don't know how to access php. I'm going to have to do a few searches @ YouTube or Google. At least I know what to look for. Thank you.
You must log in to post.