Hello.
How can I increase the maximum size for uploads?
Right now, it's 7mb and I'd like to increase it a lot.
Please help.
Thank you,
Andrew
Hello.
How can I increase the maximum size for uploads?
Right now, it's 7mb and I'd like to increase it a lot.
Please help.
Thank you,
Andrew
Adding the following lines to the top of your .htaccess file may work. If it doesn't you will need to speak to your hosting provider.
# replace 16M with your desired upload size.
php_value post_max_size 16M
php_value upload_max_filesize 16MOkay, thank you. I'll try it.
-Andrew
This topic has been closed to new replies.