max_file_size issues

#1
Im having an issue with the following PHP settings:

upload_max_filesize,post_max_size

I have these set to 32 MB and my customers cant upload ANY files. I found a work around by adding php_value upload_max_filesize 50M and php_value post_max_size 50M to the .htaccess

Im curious if theres a way to make it so I dont have to do this.
 

mistwang

LiteSpeed Staff
#2
Maybe you forgot to update cagfs skeleton after updating php.ini, if you use CloundLinux.
Always check the limit from php.ini with phpinfo() page.
 
Top