Question
Increase max filesize for Wordpress files (one click installation)
I want to upload a 50 MB File to my one click wordpress installation.
Wordpress cries that its too big a filesize.
Where are the configurations files I need to edit to set the filesize to mazbe a 100 MB?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
You can directly make changes from the admin panel.This is the simple method i have used and help to solve most problems.
1.Download and Activate WP File Manager Plugin
2.Select .htaccess file
3.here you can change most of the commands.
Some of the commands i used and solved my several issues. They are,
phpvalue uploadmaxfilesize 64M
phpvalue postmaxsize 64M
phpvalue maxexecutiontime 300
phpvalue maxinputtime 300
This completely broke my installation.
Broke mine as well.