Upload_max_filesize
May 12, 2007I am installing a file hosting script in order to test it, in one of my shared accounts which requires these:
upload_max_filesize = 20M
post_max_size = 30M
my hosts isn't willing to change the values in php.ini so i would like to ask if there is any way to temporarily overide server settings, either by placing somecode in .htacces or by placing a php.ini file in the public_html.
I am going to get a VPS to have full control over my settings but i would to test a few scripts first before spending some money to buy one.