{"id":172,"date":"2014-11-26T14:22:22","date_gmt":"2014-11-26T14:22:22","guid":{"rendered":"http:\/\/www.wperu.com\/ayuda\/?p=172"},"modified":"2019-07-18T18:51:46","modified_gmt":"2019-07-18T23:51:46","slug":"sube-archivos-mas-grandes-con-php-ini","status":"publish","type":"post","link":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/","title":{"rendered":"Sube archivos m\u00e1s grandes con PHP.INI"},"content":{"rendered":"<div id=\"ayudaweb\">\n<u>Incrementa el tama\u00f1o de los archivos que puedes subir utilizando PHP.INI<\/u><\/p>\n<p>Hay algunos errores muy comunes que pueden aparecer en programas basados en PHP y que utilizan <b>PHP.INI<\/b> para ciertos tipos de configuraci\u00f3n. Uno de los m\u00e1s comunes elementos de esta configuraci\u00f3n es el tama\u00f1o m\u00e1ximo de archivo que se puede enviar v\u00eda una p\u00e1gina PHP (\u201cupload_max_filesize\u201d).<\/p>\n<p><b>El error es:<\/b><br \/>\nError: file_name\u201d has failed to upload due to an error \u2013 This file exceeds the maximum upload size for this site.<\/p>\n<p>Lo cual significa que debes aumentar el tama\u00f1o m\u00e1ximo del archivo que se permite enviar. Para solucionar el error de Maximum Upload Size exceeded procede de la siguiente manera:<\/p>\n<ol>\n<li>Entra a tu panel de control. En este caso, asumiremos es cPanel.<\/li>\n<li>Utiliza el Administrador de Archivos o File Manager para ir a tus archivos. El nivel ra\u00edz lo encuentras dentro del WWW o public_html.<\/li>\n<li>Exactamente en nivel primero de public_html encontrar\u00e1s el archivo de configuraci\u00f3n php.ini. Si lo encuentras, \u00e1brelo con la herramienta del File Manager. Si no lo encuentras, creas uno nuevo.<\/li>\n<li>La l\u00ednea que debes buscar para modificar o incluir (en caso sea php.ini nuevo) es:<\/li>\n<\/ol>\n<pre>\r\nupload_max_filesize = 10M\r\n<\/pre>\n<p>Lo que indicar\u00e1 que el archivo m\u00e1ximo de subida v\u00eda web es de hasta 10 megabytes.<\/p>\n<p>Tambi\u00e9n te recomiendo aumentar los valores de <b>post_max_size<\/b>(tama\u00f1o m\u00e1ximo de carga por env\u00edo, debe ser igual o mayor al especificado en upload_max_filesize), e incluso el de <b>max_execution_time<\/b> (tiempo m\u00e1ximo en segundos que el servidor esperar\u00e1 al script para que termine su ejecuci\u00f3n, en este caso, la carga de archivos). Por ejemplo:<\/p>\n<pre>\r\nupload_max_filesize = 10M\r\npost_max_size = 20M\r\nmax_execution_time = 120\r\n<\/pre>\n<p>Guarda las modificaciones realizadas.<\/p>\n<div class=\"st-alert st-alert-success with_title\"><span>Importante<\/span> Este par\u00e1metro afecta a todos los archivos dentro del directorio en donde guardes el php.ini.<\/div>\n<p><a href=\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-htaccess\/\">Sube archivos m\u00e1s grandes con .htaccess<\/a>\n<\/div>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_172\" class=\"pvc_stats total_only  \" data-element-id=\"172\" style=\"\"><i class=\"pvc-stats-icon small\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.0\" viewBox=\"0 0 502 315\" preserveAspectRatio=\"xMidYMid meet\"><g transform=\"translate(0,332) scale(0.1,-0.1)\" fill=\"\" stroke=\"none\"><path d=\"M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z\"\/><path d=\"M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z\"\/><path d=\"M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z\"\/><path d=\"M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z\"\/><path d=\"M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z\"\/><path d=\"M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z\"\/><path d=\"M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z\"\/><path d=\"M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z\"\/><path d=\"M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z\"\/><\/g><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/www.wperu.com\/ayuda\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Incrementa el tama\u00f1o de los archivos que puedes subir utilizando PHP.INI Hay algunos errores muy comunes que pueden aparecer en programas basados en PHP y que utilizan PHP.INI para ciertos tipos de configuraci\u00f3n. Uno de los m\u00e1s comunes elementos de esta configuraci\u00f3n es el tama\u00f1o m\u00e1ximo de archivo que se puede enviar v\u00eda una p\u00e1gina [&hellip;]<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_172\" class=\"pvc_stats total_only  \" data-element-id=\"172\" style=\"\"><i class=\"pvc-stats-icon small\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.0\" viewBox=\"0 0 502 315\" preserveAspectRatio=\"xMidYMid meet\"><g transform=\"translate(0,332) scale(0.1,-0.1)\" fill=\"\" stroke=\"none\"><path d=\"M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z\"\/><path d=\"M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z\"\/><path d=\"M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z\"\/><path d=\"M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z\"\/><path d=\"M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z\"\/><path d=\"M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z\"\/><path d=\"M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z\"\/><path d=\"M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z\"\/><path d=\"M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z\"\/><\/g><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/www.wperu.com\/ayuda\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[7,13],"class_list":["post-172","post","type-post","status-publish","format-standard","hentry","category-linux","tag-cpanel","tag-php"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sube archivos m\u00e1s grandes con PHP.INI - Centro de Ayuda de WEBPERU<\/title>\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.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sube archivos m\u00e1s grandes con PHP.INI - Centro de Ayuda de WEBPERU\" \/>\n<meta property=\"og:description\" content=\"Incrementa el tama\u00f1o de los archivos que puedes subir utilizando PHP.INI Hay algunos errores muy comunes que pueden aparecer en programas basados en PHP y que utilizan PHP.INI para ciertos tipos de configuraci\u00f3n. Uno de los m\u00e1s comunes elementos de esta configuraci\u00f3n es el tama\u00f1o m\u00e1ximo de archivo que se puede enviar v\u00eda una p\u00e1gina [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/\" \/>\n<meta property=\"og:site_name\" content=\"Centro de Ayuda de WEBPERU\" \/>\n<meta property=\"article:published_time\" content=\"2014-11-26T14:22:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-18T23:51:46+00:00\" \/>\n<meta name=\"author\" content=\"Walter Mendoza\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Walter Mendoza\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/\"},\"author\":{\"name\":\"Walter Mendoza\",\"@id\":\"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/545b7f0685970c2ecfac0dc21df1b69e\"},\"headline\":\"Sube archivos m\u00e1s grandes con PHP.INI\",\"datePublished\":\"2014-11-26T14:22:22+00:00\",\"dateModified\":\"2019-07-18T23:51:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/\"},\"wordCount\":329,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/545b7f0685970c2ecfac0dc21df1b69e\"},\"keywords\":[\"cPanel\",\"php\"],\"articleSection\":[\"Hosting Linux\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/\",\"url\":\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/\",\"name\":\"Sube archivos m\u00e1s grandes con PHP.INI - Centro de Ayuda de WEBPERU\",\"isPartOf\":{\"@id\":\"https:\/\/www.wperu.com\/ayuda\/#website\"},\"datePublished\":\"2014-11-26T14:22:22+00:00\",\"dateModified\":\"2019-07-18T23:51:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.wperu.com\/ayuda\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sube archivos m\u00e1s grandes con PHP.INI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wperu.com\/ayuda\/#website\",\"url\":\"https:\/\/www.wperu.com\/ayuda\/\",\"name\":\"Centro de Ayuda de WebPeru\",\"description\":\"Manuales y Tutoriales WEBPERU\",\"publisher\":{\"@id\":\"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/545b7f0685970c2ecfac0dc21df1b69e\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wperu.com\/ayuda\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/545b7f0685970c2ecfac0dc21df1b69e\",\"name\":\"Walter Mendoza\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ca113ffb40ca0f36c9ef9732f863ec0c81b8c1456f33bb0334cb2ad72c4db45d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ca113ffb40ca0f36c9ef9732f863ec0c81b8c1456f33bb0334cb2ad72c4db45d?s=96&d=mm&r=g\",\"caption\":\"Walter Mendoza\"},\"logo\":{\"@id\":\"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/www.wperu.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sube archivos m\u00e1s grandes con PHP.INI - Centro de Ayuda de WEBPERU","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.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/","og_locale":"es_ES","og_type":"article","og_title":"Sube archivos m\u00e1s grandes con PHP.INI - Centro de Ayuda de WEBPERU","og_description":"Incrementa el tama\u00f1o de los archivos que puedes subir utilizando PHP.INI Hay algunos errores muy comunes que pueden aparecer en programas basados en PHP y que utilizan PHP.INI para ciertos tipos de configuraci\u00f3n. Uno de los m\u00e1s comunes elementos de esta configuraci\u00f3n es el tama\u00f1o m\u00e1ximo de archivo que se puede enviar v\u00eda una p\u00e1gina [&hellip;]","og_url":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/","og_site_name":"Centro de Ayuda de WEBPERU","article_published_time":"2014-11-26T14:22:22+00:00","article_modified_time":"2019-07-18T23:51:46+00:00","author":"Walter Mendoza","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Walter Mendoza","Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/#article","isPartOf":{"@id":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/"},"author":{"name":"Walter Mendoza","@id":"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/545b7f0685970c2ecfac0dc21df1b69e"},"headline":"Sube archivos m\u00e1s grandes con PHP.INI","datePublished":"2014-11-26T14:22:22+00:00","dateModified":"2019-07-18T23:51:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/"},"wordCount":329,"commentCount":0,"publisher":{"@id":"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/545b7f0685970c2ecfac0dc21df1b69e"},"keywords":["cPanel","php"],"articleSection":["Hosting Linux"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/","url":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/","name":"Sube archivos m\u00e1s grandes con PHP.INI - Centro de Ayuda de WEBPERU","isPartOf":{"@id":"https:\/\/www.wperu.com\/ayuda\/#website"},"datePublished":"2014-11-26T14:22:22+00:00","dateModified":"2019-07-18T23:51:46+00:00","breadcrumb":{"@id":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wperu.com\/ayuda\/sube-archivos-mas-grandes-con-php-ini\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.wperu.com\/ayuda\/"},{"@type":"ListItem","position":2,"name":"Sube archivos m\u00e1s grandes con PHP.INI"}]},{"@type":"WebSite","@id":"https:\/\/www.wperu.com\/ayuda\/#website","url":"https:\/\/www.wperu.com\/ayuda\/","name":"Centro de Ayuda de WebPeru","description":"Manuales y Tutoriales WEBPERU","publisher":{"@id":"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/545b7f0685970c2ecfac0dc21df1b69e"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wperu.com\/ayuda\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":["Person","Organization"],"@id":"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/545b7f0685970c2ecfac0dc21df1b69e","name":"Walter Mendoza","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ca113ffb40ca0f36c9ef9732f863ec0c81b8c1456f33bb0334cb2ad72c4db45d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ca113ffb40ca0f36c9ef9732f863ec0c81b8c1456f33bb0334cb2ad72c4db45d?s=96&d=mm&r=g","caption":"Walter Mendoza"},"logo":{"@id":"https:\/\/www.wperu.com\/ayuda\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/www.wperu.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/posts\/172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/comments?post=172"}],"version-history":[{"count":7,"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/posts\/172\/revisions"}],"predecessor-version":[{"id":299,"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/posts\/172\/revisions\/299"}],"wp:attachment":[{"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/media?parent=172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/categories?post=172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wperu.com\/ayuda\/wp-json\/wp\/v2\/tags?post=172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}