Skip to content

Instantly share code, notes, and snippets.

@sohelamin
Created October 12, 2015 17:45
Show Gist options
  • Save sohelamin/985c52c853a4c673a62f to your computer and use it in GitHub Desktop.
Save sohelamin/985c52c853a4c673a62f to your computer and use it in GitHub Desktop.
WP Upload Limit
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