I have a website hosted on a PC I have no access to. I have an upload form allowing people to upload mp3 files up to 30mb big. My server side script is done in PHP
Every time I try and upload a file I receive a error claiming the file exceeds the max size allowed, so I need to increase the size. My research on the web suggested changing the .htaccess file which I do not have access to so thats won't work. Others suggested that I add a cutom php.ini file to my root which did not work. Any other suggestions?