Created
June 5, 2012 22:01
-
-
Save austinginder/2878345 to your computer and use it in GitHub Desktop.
Define upload size in php.ini for Wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
post_max_size = 1024M | |
upload_max_filesize = 1024M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment