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.
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.