Increase file upload size limit in user.ini

0

The user is trying to upload to the site I care for. However, a message appears saying that the file is too large. I wish I could change this via PHP. But, it would have to be in user.ini .

How to do this? I tried to use the same policies that are used in php.ini . It did not work.

upload_max_filesize = 50M
post_max_size = 50M

The error:

  

413 Request Entity Too Large

    
asked by anonymous 12.07.2017 / 18:43

0 answers