0

I am facing a little problem with increasing the Upload_Max_Filesize limit on a clients server. The Upload_Max_Filesize is set to 2M and I need to increase it to at least 10M. There's no php.ini file currently present inside any of the folders albeit I tried creating a php.ini file and then uploaded it to the root folder of the website but that didn't work. I also edited the .htaccess file by putting these two lines inside it but, sadly, that didn't work either:

php_value upload_max_filesize 10M
php_value post_max_size 10M

I have access to the cPanel but it's mentioned inside the PHP Configuration page that:

These PHP configuration settings are customizable by the server administrator. They are listed for reference only.

Please let me know if there's any other way through which I can increase the limit of Upload_Max_Filesize.

4

1 回答 1

0

您必须联系您的主机以增加您的上传大小。我已经成功地完成了从 5mb 到 20mb 的任务。你只需要问。

于 2013-07-24T20:33:19.147 回答