{"id":22523,"date":"2017-06-14T07:03:36","date_gmt":"2017-06-14T12:03:36","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=22523"},"modified":"2022-12-08T04:09:59","modified_gmt":"2022-12-08T10:09:59","slug":"fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/","title":{"rendered":"The uploaded file exceeds the upload_max_filesize directive in php.ini"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div><p><img decoding=\"async\" class=\"alignnone size-full wp-image-27539\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg\" alt=\"The uploaded file exceeds the upload_max_filesize directive in php.ini\" width=\"742\" height=\"371\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg 742w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-150x75.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-300x150.jpg 300w\" sizes=\"(max-width: 742px) 100vw, 742px\" \/><\/p>\n<p><strong>The uploaded file exceeds the upload_max_filesize directive in php.ini<\/strong>, is a common WordPress error when installing new themes, plugins, uploading new images or creating new posts. Installing WordPress is a fairly easy task and it only takes a few minutes. After installing WordPress, you may want to change the default theme and install a new one, <a href=\"https:\/\/www.rosehosting.com\/blog\/8-essential-wordpress-plugins-your-website-must-have\/\">install some WordPress plugins,<\/a> create new posts and upload image files, etc. and this is when you may receive the following error: <strong>The uploaded file exceeds the upload_max_filesize directive in php.ini.<\/strong>\u00a0In this tutorial we&#8217;ll show you, how to fix The uploaded file exceeds the upload_max_filesize directive in php.ini.<br \/>\n<!--more--><\/p>\n<p>There are four simple ways you can <strong>fix The uploaded file exceeds the upload_max_filesize directive in php.ini error in WordPress<\/strong>:<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69ed2112a9e14\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"ez-toc-cssicon\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69ed2112a9e14\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#1-Increase-maximum-upload-file-size-via-htaccess\" >1.\u00a0Increase maximum upload file size via .htaccess<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#2-Adjust-other-PHP-configuration-settings\" >2. Adjust other PHP configuration settings<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#3-Modify-the-%E2%80%98functionsphp-or-%E2%80%98wp-configphp-file\" >3. Modify the &#8216;functions.php&#8217; or\u00a0 &#8216;wp-config.php&#8217; file<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#4-Modify-Main-PHP-File\" >4. Modify Main PHP File<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"1-Increase-maximum-upload-file-size-via-htaccess\"><\/span>1.\u00a0Increase maximum upload file size via .htaccess<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Edit the .htaccess file located in the document root directory of the WordPress installation.<br \/>\nLocate the .htaccess file, and edit it using your favorite editor (vi,nano,vim etc.), and add or modify the following line:<\/p>\n<pre>php_value upload_max_filesize 100M<\/pre>\n<p>Replace &#8216;100&#8217; with the maximum upload file size (in megabytes) that you want to set on your WordPress installation.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-26403\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php.ini_.png\" alt=\"The uploaded file exceeds the upload_max_filesize directive in php.ini\" width=\"273\" height=\"278\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php.ini_.png 273w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php.ini_-147x150.png 147w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php.ini_-200x204.png 200w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php.ini_-50x51.png 50w\" sizes=\"(max-width: 273px) 100vw, 273px\" \/><\/p>\n<h2><span class=\"ez-toc-section\" id=\"2-Adjust-other-PHP-configuration-settings\"><\/span>2. Adjust other PHP configuration settings<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>You may also want to adjust some other PHP settings, like:<br \/>\n&#8211; memory_limit (maximum amount of memory a script may consume);<br \/>\n&#8211; post_max_size (the maximum size for all POST body data);<br \/>\n&#8211; max_execution_time (the maximum time in seconds a script is allowed to run before it is terminated by the parser);<br \/>\n&#8211; max_input_time (the maximum time in seconds a script is allowed to parse input data, like POST and GET).<br \/>\nIf so, add or modify the following lines too:<\/p>\n<pre>php_value memory_limit 256M\r\nphp_value post_max_size 32M\r\nphp_value max_execution_time 600\r\nphp_value max_input_time 900\r\n\r\n<img decoding=\"async\" class=\"aligncenter size-full wp-image-26408\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php.ini_.gif\" alt=\"The uploaded file exceeds the upload_max_filesize directive in php.ini\" width=\"785\" height=\"207\" \/><\/pre>\n<h2><span class=\"ez-toc-section\" id=\"3-Modify-the-%E2%80%98functionsphp-or-%E2%80%98wp-configphp-file\"><\/span>3. Modify the &#8216;functions.php&#8217; or\u00a0 &#8216;wp-config.php&#8217; file<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Edit the &#8216;functions.php&#8217; file located in the active theme directory (wp-content\/themes\/), or the &#8216;wp-config.php&#8217; file located in the document root directory of the WordPress installation.<br \/>\nAdd the following line to the wp-config.php file:<\/p>\n<p>@ini_set( &#8216;upload_max_size&#8217; , &#8216;100M&#8217; );<\/p>\n<h2><span class=\"ez-toc-section\" id=\"4-Modify-Main-PHP-File\"><\/span>4. Modify Main PHP File<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Edit the main PHP configuration file. Use the following command to locate the main PHP configuration file on your server, e.g.:<\/p>\n<pre># php -i | grep -i php.ini\r\nConfiguration File (php.ini) Path =&gt; \/etc\/php\/7.0\/cli\r\nLoaded Configuration File =&gt; \/etc\/php\/7.0\/cli\/php.ini<\/pre>\n<p>Once you locate the main PHP configuration file, edit it and add or modify the following line:<\/p>\n<pre>upload_max_filesize = 100M\r\n<img decoding=\"async\" class=\"size-full wp-image-26409 alignleft\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-1.jpg\" alt=\"The uploaded file exceeds the upload_max_filesize directive in php.ini\" width=\"572\" height=\"80\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-1.jpg 572w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-1-150x21.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-1-300x42.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-1-500x70.jpg 500w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-1-400x56.jpg 400w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-1-200x28.jpg 200w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-1-50x7.jpg 50w\" sizes=\"(max-width: 572px) 100vw, 572px\" \/><\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>It is a good idea to modify these settings too:<\/p>\n<pre>memory_limit = 256M\r\npost_max_size = 32M\r\nfile_uploads = On\r\nmax_execution_time = 600\r\nmax_input_time = 900\r\n<img decoding=\"async\" class=\"alignnone size-full wp-image-26410\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php_ini.jpg\" alt=\"The uploaded file exceeds the upload_max_filesize directive in php.ini\" width=\"622\" height=\"180\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php_ini.jpg 622w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php_ini-150x43.jpg 150w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php_ini-300x87.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php_ini-500x145.jpg 500w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php_ini-400x116.jpg 400w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php_ini-200x58.jpg 200w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/The-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php_ini-50x14.jpg 50w\" sizes=\"(max-width: 622px) 100vw, 622px\" \/>\r\n<\/pre>\n<p>Do not forget to restart your web server for the changes to take effect.<\/p>\n<ul>\n<li>Create a local php.ini configuration file in the document root of the WordPress installation, &#8216;add\u00a0upload_max_filesize = 100M&#8217; to it, save the file thus override main php.ini configuration settings.<br \/>\nAgain, you need to restart your web server for the changes to take effect.<\/li>\n<\/ul>\n<hr \/>\n<p><img decoding=\"async\" class=\"alignleft size-full wp-image-28393\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/06\/Fixing-ERR_TOO_MANY_REDIRECTS.jpg\" alt=\"Fixing ERR_TOO_MANY_REDIRECTS\" width=\"150\" height=\"149\" \/>You should be able to install new WordPress theme, plugins, and upload image files now and the error: <strong>The uploaded file exceeds the upload_max_filesize directive in php.ini\u00a0<\/strong>should be resolved.<\/p>\n<p>Of course, you don\u2019t have to <strong>fix The uploaded file exceeds the upload_max_filesize directive in php.ini<\/strong> error by yourself,\u00a0 if you use our <a href=\"https:\/\/www.rosehosting.com\/wordpress-hosting.html\">WordPress\u00a0Hosting services<\/a>, in which case you can simply ask our expert Linux admins to change the\u00a0upload_max_filesize PHP setting for you. They are available 24&#215;7 and will take care of your request immediately.<\/p>\n<p><strong><span style=\"color: #ff0000;\">PS<\/span>.<\/strong> If you liked this post on how to fix The uploaded file exceeds the upload_max_filesize directive in php.ini, please share it with your friends on the social networks using the buttons below or simply leave a comment in the comments section. Thanks.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The uploaded file exceeds the upload_max_filesize directive in php.ini, is a common WordPress error when installing new themes, plugins, uploading &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"The uploaded file exceeds the upload_max_filesize directive in php.ini\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#more-22523\" aria-label=\"Read more about The uploaded file exceeds the upload_max_filesize directive in php.ini\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":27539,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1710,1712],"tags":[1599,1564,1563,148],"class_list":["post-22523","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cms-crm-erp","category-web-frameworks","tag-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini","tag-php-ini","tag-upload_max_filesize","tag-wordpress","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The uploaded file exceeds the upload_max_filesize directive in php.ini<\/title>\n<meta name=\"description\" content=\"The uploaded file exceeds the upload_max_filesize directive in php.ini, is a common WordPress error when installing new themes, plugins, creating new posts, etc\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The uploaded file exceeds the upload_max_filesize directive in php.ini\" \/>\n<meta property=\"og:description\" content=\"The uploaded file exceeds the upload_max_filesize directive in php.ini | RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2017-06-14T12:03:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-08T10:09:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"371\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\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:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"The uploaded file exceeds the upload_max_filesize directive in php.ini\",\"datePublished\":\"2017-06-14T12:03:36+00:00\",\"dateModified\":\"2022-12-08T10:09:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/\"},\"wordCount\":611,\"commentCount\":9,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg\",\"keywords\":[\"'The uploaded file exceeds the upload_max_filesize directive in php.ini\",\"php.ini\",\"upload_max_filesize\",\"wordpress\"],\"articleSection\":[\"CMS, CRM, ERP\",\"Web Frameworks\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/\",\"name\":\"The uploaded file exceeds the upload_max_filesize directive in php.ini\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg\",\"datePublished\":\"2017-06-14T12:03:36+00:00\",\"dateModified\":\"2022-12-08T10:09:59+00:00\",\"description\":\"The uploaded file exceeds the upload_max_filesize directive in php.ini, is a common WordPress error when installing new themes, plugins, creating new posts, etc\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg\",\"width\":742,\"height\":371,\"caption\":\"The uploaded file exceeds the upload_max_filesize directive in php.ini\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The uploaded file exceeds the upload_max_filesize directive in php.ini\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/RoseHosting\",\"https:\\\/\\\/x.com\\\/rosehosting\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rosehosting\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\\\/\\\/www.rosehosting.com\",\"https:\\\/\\\/www.facebook.com\\\/rosehosting.helpdesk\"],\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/author\\\/jwilson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The uploaded file exceeds the upload_max_filesize directive in php.ini","description":"The uploaded file exceeds the upload_max_filesize directive in php.ini, is a common WordPress error when installing new themes, plugins, creating new posts, etc","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:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"The uploaded file exceeds the upload_max_filesize directive in php.ini","og_description":"The uploaded file exceeds the upload_max_filesize directive in php.ini | RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2017-06-14T12:03:36+00:00","article_modified_time":"2022-12-08T10:09:59+00:00","og_image":[{"width":742,"height":371,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"The uploaded file exceeds the upload_max_filesize directive in php.ini","datePublished":"2017-06-14T12:03:36+00:00","dateModified":"2022-12-08T10:09:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/"},"wordCount":611,"commentCount":9,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg","keywords":["'The uploaded file exceeds the upload_max_filesize directive in php.ini","php.ini","upload_max_filesize","wordpress"],"articleSection":["CMS, CRM, ERP","Web Frameworks"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/","url":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/","name":"The uploaded file exceeds the upload_max_filesize directive in php.ini","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg","datePublished":"2017-06-14T12:03:36+00:00","dateModified":"2022-12-08T10:09:59+00:00","description":"The uploaded file exceeds the upload_max_filesize directive in php.ini, is a common WordPress error when installing new themes, plugins, creating new posts, etc","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2018\/07\/the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini.jpg","width":742,"height":371,"caption":"The uploaded file exceeds the upload_max_filesize directive in php.ini"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/fix-the-uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"The uploaded file exceeds the upload_max_filesize directive in php.ini"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/22523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=22523"}],"version-history":[{"count":3,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/22523\/revisions"}],"predecessor-version":[{"id":43792,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/22523\/revisions\/43792"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/27539"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=22523"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=22523"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=22523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}