How can I change the standard 7MB upload limit?
I have full shell and admin access to my WordPress blog.
How can I change the standard 7MB upload limit?
I have full shell and admin access to my WordPress blog.
You must be logged in to post a comment.
add this to your .htaccess file in the root of WordPress installation directory:
and you can change 20 to whatever you want, unless your hosting server is limiting it it should work just fine.
Update:
Create the php.ini File and add the Following:
then Upload the File to your wp-admin Directory.
I installed the wordpress plugin
Tuxedo Big File Uploads
.Now I have a upload limit of 988 GB.
Using this plugin you don’t need to edit php.ini or .htaccess files.
You are even able to disable the plugin later if you want.