skip to Main Content

I would like to upload 1G file to public_html dir of cpanel.
So I set post_max_size = 2048M and upload_max_filesize=2048M inside php.ini.

enter image description here

But it didn’t set correctly and it suspend when uploading filesize over than 150M.

So what am I getting wrong?
Any help, tips will be great help for me.

enter image description here

2

Answers


  1. either there must be a seperate php.ini file located in public_html which has the value of 150MB ( if you are using suphp ) and hence its not showing the updated values. You have to check it first.

    Login or Signup to reply.
  2. This is something you will have to ask you provider to do.

    If your the owner of the server and can login to WHM it’s under:

    Tweak Settings => PHP Settings => Maximum Upload Size

    Newer version have it listed under:

    Home => Service Configuration => PHP Configuration Editor => Tweak
    Settings => PHP

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search