Increasing Your Max Upload Size Above 2MB
Please note: this will not work for every web host. Sometimes web hosts do not allow modification of your php.ini file. You will probably also have to be the owner of the server (meaning you are the one who pays for the hosting) in order to modify the php.ini file.
That being said, you will have to find out where your host keeps your php.ini file. Once you find it, you will need to add or modify these two lines (but replace "10" with the filesize in megabytes that you want to allow):
- upload_max_filesize = 10M
- post_max_size = 10M
And that should do it. If you can't find your php.ini file, you may be able to make a custom one and upload it somewhere where your server will recognize it. This location varies from host to host, so check out your host's support site or forums and I'm sure something will come up.