I contacted Lunarpages to ask them how to increase the upload size for an account I have with them. This is what they sent me. It took maybe five minutes and worked like a charm.
Thank you for contacting Lunarpages Helpdesk.
You can change the upload file size by doing the following:
Put the following in a regular text file named php.ini in the same folder as the upload script:
upload_max_filesize = 5M
post_max_size = 5M
Replace the 5 with whatever size you want. If you are letting other people upload, a size cap protects your storage space from abuse/overuse.
If you want all your site folders to have the same setting, put the php.ini file in public_html folder.
You will then need to add this line to a .htaccess file:
(Please replace "yourusername" with your cpanel user name an add to the end of the comand line the folder(s) to the location of the php.ini file - Also there is a space between path and /home)
suPHP_ConfigPath /home/Yourusername/public_html
I hope this was helpful. Please get back to us if you need any further assistance.
Regards,
Art
