{"id":10219,"date":"2020-09-19T09:18:12","date_gmt":"2020-09-19T09:18:12","guid":{"rendered":"https:\/\/www.milesweb.in\/hosting-faqs\/?p=10219"},"modified":"2023-01-27T19:24:17","modified_gmt":"2023-01-27T13:54:17","slug":"fix-the-upload-max-filesize-error-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/","title":{"rendered":"Learn to Fix the upload_max_filesize Error in WordPress"},"content":{"rendered":"<p>Mostly there is a limit set to the PHP memory by web hosting providers to run applications and scripts. An error \u201cthe uploaded file exceeds the upload_max_filesize directivein php.ini\u201d occurs on your WordPress website when the file you upload exceeds the limits set by the web server.<\/p>\n<p>Though this error may seem to be scary, it has straight-forward solutions. In this tutorial, you will learn about fixing the error by increasing the default limit of upload_max_filesize using a few methods.<\/p>\n<div class=\"skrlto-container\">\n<div class=\"skrlto-header-title\">Methods to Fix the upload_max_filesize Error<\/div>\n<div class=\"skrlto-links-wrapper\">\n<div class=\"skroll-button\" data-skrolllto=\"1UMF\">Method 1. Edit the .htaccess File<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"2UMF\">Method 2. Edit the wp-config.php File<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"3UMF\">Method 3. Update php.ini<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"4UMF\">Method 4. Edit php.ini File Through cPanel<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"5UMF\">Method 5. Contact MilesWeb\u2019s Customer Support<\/div>\n<\/div>\n<\/div>\n<h3 id=\"1UMF\">Method 1. Edit the .htaccess File<\/h3>\n<p>The quick method to fix the error <strong>\u201cthe uploaded file exceeds the upload_max_filesize directive in php.ini\u201d<\/strong> is to increase your PHP resource limits by modifying the .htaccess file. It can be done as below:<\/p>\n<ul>\n<li>Login to your cPanel and go to <strong>Files-&gt;File Manager<\/strong>.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10220\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min.png\" alt=\"\" width=\"957\" height=\"309\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min.png 957w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min-300x97.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min-768x248.png 768w\" sizes=\"auto, (max-width: 957px) 100vw, 957px\" \/><\/p>\n<ul>\n<li>Find the <strong>.htaccess<\/strong> file and right-click on it to <strong>Edit<\/strong>.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10221\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/htaccess-edit-min.png\" alt=\"\" width=\"433\" height=\"295\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/htaccess-edit-min.png 433w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/htaccess-edit-min-300x204.png 300w\" sizes=\"auto, (max-width: 433px) 100vw, 433px\" \/><\/p>\n<ul>\n<li>A confirmation window for editing the file will pop-up, click on <strong>Edit<\/strong> again.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10222\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/edit-min.png\" alt=\"\" width=\"505\" height=\"347\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/edit-min.png 505w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/edit-min-300x206.png 300w\" sizes=\"auto, (max-width: 505px) 100vw, 505px\" \/><\/p>\n<ul>\n<li>Include this line below the file:<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">php_value upload_max_filesize 256M<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-10223\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/save-changes-min-1024x335.png\" alt=\"\" width=\"1024\" height=\"335\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/save-changes-min-1024x335.png 1024w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/save-changes-min-300x98.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/save-changes-min-768x251.png 768w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/save-changes-min.png 1365w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<ul>\n<li>Now, <strong>Save<\/strong> the changes.<\/li>\n<li>In this way, you can increase the <strong>upload_max_filesize<\/strong> value that will automatically fix the error.<\/li>\n<li>Upload your file again and still the error occurs, increase the additional PHP limits by including the below lines into the .htaccess file:<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true \">php_value post_max_size 256M\nphp_value memory_limit 512M\nphp_value max_input_time 180\nphp_value max_execution_time 180<\/pre>\n<ul>\n<li>Modify the PHP limits to your preferred values until your web hosting provider supports it. Moreover, find the maximum available limits by checking the PHP info of your website.<\/li>\n<\/ul>\n<h3 id=\"2UMF\">Method 2. Edit the wp-config.php File<\/h3>\n<ul>\n<li>The second method to get rid of this error is by modifying the <strong>wp-config.php<\/strong> file located in your root directory.<\/li>\n<li>Just log in to the cPanel, go to <strong>public_html<\/strong>&nbsp;and search for the <strong>wp_config. php<\/strong> file. Right-click on the file and click on <strong>Edit<\/strong>.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10224\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config.png\" alt=\"\" width=\"339\" height=\"287\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config.png 339w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-300x254.png 300w\" sizes=\"auto, (max-width: 339px) 100vw, 339px\" \/><\/p>\n<ul>\n<li>A confirmation window for editing the file will pop-up, click on <strong>Edit<\/strong> again.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10226\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-edit-min.png\" alt=\"\" width=\"505\" height=\"351\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-edit-min.png 505w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-edit-min-300x209.png 300w\" sizes=\"auto, (max-width: 505px) 100vw, 505px\" \/><\/p>\n<ul>\n<li>Include the below line before the <strong>\u201cThat\u2019s all, stop editing! Happy publishing\u201d<\/strong> line:<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true\">@ini_set('upload_max_size' , '256M' );<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-10225\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-add-line-min-1024x355.png\" alt=\"\" width=\"1024\" height=\"355\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-add-line-min-1024x355.png 1024w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-add-line-min-300x104.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-add-line-min-768x266.png 768w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/wp-config-add-line-min.png 1365w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<ul>\n<li>Then <strong>Save Changes <\/strong>to&nbsp;the file, refresh your web browser and try to upload it again.<\/li>\n<\/ul>\n<h3 id=\"3UMF\">Method 3. Update php.ini<\/h3>\n<p>When you keenly check uploaded file exceeds the upload_max_filesize directive in php.ini error message, you can assume that there is something related to php.ini, a file that comprises of all of the PHP related variables.<\/p>\n<p>On a shared server of MilesWeb, you can modify it by altering php.ini.<\/p>\n<ul>\n<li>In terms of VPS or a different platform, try to update <strong>php.ini<\/strong> to fix the error.<\/li>\n<li>Go to your <strong>php.ini<\/strong> file, right-click on it and click on <strong>Edit<\/strong> it. In case you don\u2019t find it, ask for help from your hosting providers.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10228\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/php-ini-edit-min.png\" alt=\"\" width=\"291\" height=\"287\"><\/p>\n<ul>\n<li>Find the <strong>upload_max_filesize<\/strong> and increase it by modifying its number. You can also increase a few other limitations, as below:<\/li>\n<\/ul>\n<pre class=\"lang:default decode:true \">upload_max_filesize = 256M\npost_max_size = 256M\nmemory_limit = 512M\nmax_execution_time = 180<\/pre>\n<ul>\n<li>Now, <strong>Save<\/strong> the file and the error should no longer exist.<\/li>\n<\/ul>\n<h3 id=\"4UMF\">Method 4. Edit php.ini File Through cPanel<\/h3>\n<p>If your web host has offered you cPanel, you can easily edit the php.ini file and upload_max_filesize directive via the cPanel dashboard.<\/p>\n<ul>\n<li>Go to <strong>MultiPHP INI Editor<\/strong> under <strong>Software<\/strong> section.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10229\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/multiphp-ini-editor-min-1.png\" alt=\"\" width=\"955\" height=\"431\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/multiphp-ini-editor-min-1.png 955w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/multiphp-ini-editor-min-1-300x135.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/multiphp-ini-editor-min-1-768x347.png 768w\" sizes=\"auto, (max-width: 955px) 100vw, 955px\" \/><\/p>\n<ul>\n<li>Select your WordPress website from the dropdown and edit the <strong>upload_max_filesize<\/strong> directive as below and click on <strong>Apply<\/strong>:<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-10230\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/upload-max-file-size-min-1024x150.png\" alt=\"\" width=\"1024\" height=\"150\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/upload-max-file-size-min-1024x150.png 1024w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/upload-max-file-size-min-300x44.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/upload-max-file-size-min-768x113.png 768w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/upload-max-file-size-min.png 1289w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p>You can increase the value based on your requirements.<\/p>\n<h3 id=\"5UMF\">Method 5. Contact MilesWeb\u2019s Customer Support<\/h3>\n<p>If none of above options helps in fixing the error and you are a customer of MilesWeb, contact their customer support team.<\/p>\n<p>You can explain them the situation and the steps you followed to fix the error. They will resolve the problem for you.<\/p>\n<p>You can contact MilesWeb\u2019s support team at any time. There are two contact options: email and live chat.<\/p>\n<h3>Conclusion<\/h3>\n<p>Hopefully, you will able to resolve the upload_max_filesize error with the above methods.<\/p>\n<p><strong>Also Read<\/strong><\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/view-access-and-wordpress-error-logs\/\" target=\"_blank\" rel=\"noopener\"><strong>Ways to View Access and WordPress Error Logs<\/strong><\/a><\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-generate-the-default-wordpress-htaccess-file\/\" target=\"_blank\" rel=\"noopener\"><strong>How to Generate The Default WordPress .htaccess File?<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mostly there is a limit set to the PHP memory by web hosting providers to run applications and scripts. An error \u201cthe uploaded file exceeds the upload_max_filesize directivein php.ini\u201d occurs on your WordPress website when the file you upload exceeds the limits set by the web server. Though this error may seem to be scary, [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[1625,1624,78,652],"class_list":["post-10219","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-wordpress-faq","tag-file-upload-error-wordpress","tag-upload_max_filesize-error","tag-wordpress-2","tag-wordpress-errors"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Learn to Fix the upload_max_filesize Error in WordPress<\/title>\n<meta name=\"description\" content=\"The article reveals methods to fix the upload_max_filesize error in WordPress. This error occurs when the file you upload exceeds the limits set by the web server.\" \/>\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.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Learn to Fix the upload_max_filesize Error in WordPress\" \/>\n<meta property=\"og:description\" content=\"The article reveals methods to fix the upload_max_filesize error in WordPress. This error occurs when the file you upload exceeds the limits set by the web server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-19T09:18:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-27T13:54:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min.png\" \/>\n<meta name=\"author\" content=\"Pallavi Godse\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pallavi Godse\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/\"},\"author\":{\"name\":\"Pallavi Godse\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#\\\/schema\\\/person\\\/7e3952607fa9eb4e82fea9f7cad9c945\"},\"headline\":\"Learn to Fix the upload_max_filesize Error in WordPress\",\"datePublished\":\"2020-09-19T09:18:12+00:00\",\"dateModified\":\"2023-01-27T13:54:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/\"},\"wordCount\":691,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/files-file-manager-min.png\",\"keywords\":[\"file upload error wordpress\",\"upload_max_filesize error\",\"WordPress\",\"WordPress errors\"],\"articleSection\":[\"WordPress FAQ\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/\",\"url\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/\",\"name\":\"Learn to Fix the upload_max_filesize Error in WordPress\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/files-file-manager-min.png\",\"datePublished\":\"2020-09-19T09:18:12+00:00\",\"dateModified\":\"2023-01-27T13:54:17+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#\\\/schema\\\/person\\\/7e3952607fa9eb4e82fea9f7cad9c945\"},\"description\":\"The article reveals methods to fix the upload_max_filesize error in WordPress. This error occurs when the file you upload exceeds the limits set by the web server.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/files-file-manager-min.png\",\"contentUrl\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/files-file-manager-min.png\",\"width\":957,\"height\":309},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/fix-the-upload-max-filesize-error-in-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learn to Fix the upload_max_filesize Error in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#website\",\"url\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#\\\/schema\\\/person\\\/7e3952607fa9eb4e82fea9f7cad9c945\",\"name\":\"Pallavi Godse\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g\",\"caption\":\"Pallavi Godse\"},\"description\":\"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.\",\"sameAs\":[\"https:\\\/\\\/www.milesweb.in\"],\"url\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/author\\\/pallavi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Learn to Fix the upload_max_filesize Error in WordPress","description":"The article reveals methods to fix the upload_max_filesize error in WordPress. This error occurs when the file you upload exceeds the limits set by the web server.","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.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"Learn to Fix the upload_max_filesize Error in WordPress","og_description":"The article reveals methods to fix the upload_max_filesize error in WordPress. This error occurs when the file you upload exceeds the limits set by the web server.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2020-09-19T09:18:12+00:00","article_modified_time":"2023-01-27T13:54:17+00:00","og_image":[{"url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min.png","type":"","width":"","height":""}],"author":"Pallavi Godse","twitter_misc":{"Written by":"Pallavi Godse","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/"},"author":{"name":"Pallavi Godse","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945"},"headline":"Learn to Fix the upload_max_filesize Error in WordPress","datePublished":"2020-09-19T09:18:12+00:00","dateModified":"2023-01-27T13:54:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/"},"wordCount":691,"commentCount":0,"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min.png","keywords":["file upload error wordpress","upload_max_filesize error","WordPress","WordPress errors"],"articleSection":["WordPress FAQ"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/","name":"Learn to Fix the upload_max_filesize Error in WordPress","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min.png","datePublished":"2020-09-19T09:18:12+00:00","dateModified":"2023-01-27T13:54:17+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945"},"description":"The article reveals methods to fix the upload_max_filesize error in WordPress. This error occurs when the file you upload exceeds the limits set by the web server.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/#primaryimage","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min.png","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/09\/files-file-manager-min.png","width":957,"height":309},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/fix-the-upload-max-filesize-error-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"Learn to Fix the upload_max_filesize Error in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945","name":"Pallavi Godse","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g","caption":"Pallavi Godse"},"description":"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.","sameAs":["https:\/\/www.milesweb.in"],"url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/pallavi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/10219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=10219"}],"version-history":[{"count":6,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/10219\/revisions"}],"predecessor-version":[{"id":17417,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/10219\/revisions\/17417"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=10219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=10219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=10219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}