Created
October 12, 2015 17:45
-
-
Save sohelamin/985c52c853a4c673a62f to your computer and use it in GitHub Desktop.
WP Upload Limit
This file contains 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
Create php.ini in wp-admin folder | |
In the file put the following 3 lines: | |
upload_max_filesize = 2048M | |
post_max_size = 2048M | |
max_execution_time = 3000 | |
Goto to your website as admin and check the upload new media page, it should now display Maximum upload file size: 2 GB. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment