Increase file upload size limit in user.ini

Asked

Viewed 302 times

0

The user is trying to upload the site that I take care of. However, message appears saying that the file is too big. I wish I could change this via PHP. But, it would have to be on user ini..

How do you do that? I tried to use the same directives that are used in php.ini. Didn’t work.

upload_max_filesize = 50M
post_max_size = 50M

The mistake:

413 Request Entity Too Large

  • With me works normal I create a file called .user ini. with memory_limit = 50M upload_max_filesize = 50M post_max_size = 50M

  • @user I did this, but the error persists.

  • your file is named with a "dot" . at first? .user ini.

  • No, you’re not. You should be?

  • Yes. the standard and with a . at first

  • I tried with the . at the beginning and the error persists.

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.