I want to increase the upload size of my PHP scripts.
From some google searches I have learned you do this by changing the upload_max_filesize
parameters in your php.ini.
Unfortunatly I use one.com for webhosting, and it does not give me access to my php.ini.
Can I change this parameter later? I was thinking of adding a second php.ini or to change the parameter on the index page.