How to Increase PHP Upload Limit

How to Increase PHP Upload Limit on a cPanel Server

    • Login to your cPanel.
    • Go to File Manager.
    • Search the php.ini file (generally, it’s located in /public_html/php.ini).
    • Search for upload_max_filesize and increase the value as per your requirements

      *Note: You may also want to change the values of max_execution_time and memory_limit.
      upload_max_filesize = 250MB
      post_max_size = 500MB
      memory_limit = 512MB
      max_execution_time = 3600

0
    0
    Your Cart
    Your cart is emptyReturn to Shop