Questions tagged [http-status-code-413]

The 413 or 'Request entity too large' status code means the server is refusing to process a request because the request entity is larger than the server is willing or able to process.

108 questions
1
vote
0 answers

I'm getting error 413 (request entity too large) when trying to post image using ajax, LARAVEL

I'm generating image with html2canvas and I want to save it on server. When I try to do that I get error 413 Request entity too large in console and image is not saved. Everything works on localhost but not on live server. I have googled how to…
1
vote
1 answer

Request entity too large error on Kubernetes environment only

I am working with a 3D simulator web site and it has options to import model as zip files. I was able to import upto 70MB of zip files into my development and production environments. But recently it was migrated to kubernetes using nginx reverse…
1
vote
1 answer

Payload Too Large in Strapi

I have Strapi running behind an NGINX server and I POST requests that are around 200Ko. (I POST the HTML source code of a page in the data field of an "HTML Pages" Content Type). I keep getting the 413 Error - Payload Too Large from Strapi. I have…
1
vote
1 answer

Response 413 - Python requests trying POST .png file

I'm using python requests to do a simple post and I need to send a .png image. ... headers ={'User-Agent':'Mozilla/5.0 , ...} url = "http://example_url/xxx" files = {'image': open('a.png', 'rb')} response =…
1
vote
2 answers

How to send large file image via retrofit which is already working in Postman and there is no limit for nginx server?

I successfully created one demo to upload image via API. If I select mobile screenshot, it is happily working. but If I choose large file then it's not working and the exception is: 413 onResponse: [size=208 text=\r\n413 Request…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/retrofit2" class="post-tag grid--cell" title="show questions tagged 'retrofit2'" rel="tag">retrofit2</a> <a href="../../questions/tagged/okhttp" class="post-tag grid--cell" title="show questions tagged 'okhttp'" rel="tag">okhttp</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card__deleted"> <time class="s-user-card--time" datetime="asked Apr 23 '20 at 17:24">asked Apr 23 '20 at 17:24</time> <div class="s-avatar s-avatar__32 s-user-card--avatar"> </div> <div class="s-user-card--info">user13099191</div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-61373922"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/61373922/how-to-handle-lambda-error-from-the-api-gateway" class="question-hyperlink">how to handle lambda error from the API gateway</a></h3> <div class="excerpt">Using AWS I have set up a Lambda function using Python to act as a proxy. From the API Gateway I have linked the lambda (with 'Use Lambda Proxy integration' checkbox selected) to my API Gateway. Everything is working fine except that the max size of…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/amazon-web-services" class="post-tag grid--cell" title="show questions tagged 'amazon-web-services'" rel="tag">amazon-web-services</a> <a href="../../questions/tagged/error-handling" class="post-tag grid--cell" title="show questions tagged 'error-handling'" rel="tag">error-handling</a> <a href="../../questions/tagged/aws-lambda" class="post-tag grid--cell" title="show questions tagged 'aws-lambda'" rel="tag">aws-lambda</a> <a href="../../questions/tagged/aws-api-gateway" class="post-tag grid--cell" title="show questions tagged 'aws-api-gateway'" rel="tag">aws-api-gateway</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 22 '20 at 19:51">asked Apr 22 '20 at 19:51</time> <a href="../../users/6106289/skyleguy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6106289.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="skyleguy" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/6106289/skyleguy" class="s-user-card--link">skyleguy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">499</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="6 silver badges">6</li> <li class="s-award-bling s-award-bling__bronze" title="27 bronze badges">27</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-59789509"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/59789509/413-request-entity-too-large-web-api" class="question-hyperlink">413 request entity too large - Web API</a></h3> <div class="excerpt">I'm running into a 413 issue while trying to send data from my web application (.netfx 4.6.1) to my web api (.net core 3.1). In the code below, I send a list over containing byte data of images along with additional data needed to build a file. …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/asp.net" class="post-tag grid--cell" title="show questions tagged 'asp.net'" rel="tag">asp.net</a> <a href="../../questions/tagged/asp.net-core" class="post-tag grid--cell" title="show questions tagged 'asp.net-core'" rel="tag">asp.net-core</a> <a href="../../questions/tagged/iis" class="post-tag grid--cell" title="show questions tagged 'iis'" rel="tag">iis</a> <a href="../../questions/tagged/asp.net-web-api" class="post-tag grid--cell" title="show questions tagged 'asp.net-web-api'" rel="tag">asp.net-web-api</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 17 '20 at 14:38">asked Jan 17 '20 at 14:38</time> <a href="../../users/5904879/driventoofar" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5904879.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="DrivenTooFar" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/5904879/driventoofar" class="s-user-card--link">DrivenTooFar</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">60</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-59429640"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/59429640/how-do-i-make-google-cloud-functions-accept-post-requests-larger-than-10kb" class="question-hyperlink">How do I make Google Cloud Functions accept POST requests larger than 10KB?</a></h3> <div class="excerpt">I have created a small Python program accepting HTTP triggers and uploaded it to Google Cloud Functions. It works fine when I make a POST request whose body is less than 10KB. However, when I exceed this value, the function fails to work and…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/http" class="post-tag grid--cell" title="show questions tagged 'http'" rel="tag">http</a> <a href="../../questions/tagged/post" class="post-tag grid--cell" title="show questions tagged 'post'" rel="tag">post</a> <a href="../../questions/tagged/google-cloud-functions" class="post-tag grid--cell" title="show questions tagged 'google-cloud-functions'" rel="tag">google-cloud-functions</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 20 '19 at 18:06">asked Dec 20 '19 at 18:06</time> <a href="../../users/12572283/matt" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/12572283.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Matt" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/12572283/matt" class="s-user-card--link">Matt</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">45</li> <li class="s-award-bling s-award-bling__bronze" title="5 bronze badges">5</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-58721223"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/58721223/why-does-happen-request-entity-too-large-error" class="question-hyperlink">Why does happen "request entity too large" error?</a></h3> <div class="excerpt">"nginx 413 request entity too large" I didn`t solve this problem. Please let me know this problem if you know this. Thank you :) </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/nginx" class="post-tag grid--cell" title="show questions tagged 'nginx'" rel="tag">nginx</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 06 '19 at 00:01">asked Nov 06 '19 at 00:01</time> <a href="../../users/9350157/dev-changgeun" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9350157.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Dev_ChangGeun" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/9350157/dev-changgeun" class="s-user-card--link">Dev_ChangGeun</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-49805825"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/49805825/is-it-allowed-to-return-413-payload-too-large-if-decompressed-payload-is-too-l" class="question-hyperlink">Is it allowed to return 413 Payload Too Large if decompressed payload is too large?</a></h3> <div class="excerpt">In a web application, I would like to return a status code to indicate if the sent body is too large. Specifically I want to do this in the code that protects against gzip bombs. With gzip bombs it's common to abort extracting of the incoming gzip…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/http" class="post-tag grid--cell" title="show questions tagged 'http'" rel="tag">http</a> <a href="../../questions/tagged/rfc" class="post-tag grid--cell" title="show questions tagged 'rfc'" rel="tag">rfc</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 12 '18 at 21:03">asked Apr 12 '18 at 21:03</time> <a href="../../users/149868/thomas-watson" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/149868.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Thomas Watson" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/149868/thomas-watson" class="s-user-card--link">Thomas Watson</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">5,967</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="30 silver badges">30</li> <li class="s-award-bling s-award-bling__bronze" title="41 bronze badges">41</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-49456058"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/49456058/wcf-service-413-no-matter-which-config-item-i-change" class="question-hyperlink">WCF Service 413 no matter which config item I change</a></h3> <div class="excerpt">I have been trying to figure this out for days, to no avail. This happens both when I try to debug in Visual Studio using IIS Express and with my production web site deployed to a machine running IIS 7.5. I have called the service from a Visual…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/json" class="post-tag grid--cell" title="show questions tagged 'json'" rel="tag">json</a> <a href="../../questions/tagged/rest" class="post-tag grid--cell" title="show questions tagged 'rest'" rel="tag">rest</a> <a href="../../questions/tagged/wcf" class="post-tag grid--cell" title="show questions tagged 'wcf'" rel="tag">wcf</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 23 '18 at 18:16">asked Mar 23 '18 at 18:16</time> <a href="../../users/9534950/lenny-smith" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9534950.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Lenny Smith" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/9534950/lenny-smith" class="s-user-card--link">Lenny Smith</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-48176074"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/48176074/error-413-with-posting-large-string" class="question-hyperlink">Error 413 with POSTing large string</a></h3> <div class="excerpt">I'm trying to upload images using the FileReader API, and writing the data URL from the FileReader.readAsDataURL() method to a file using PHP on the server side. The method works with smaller images (not sure exactly how small, but < 1MB is…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/.htaccess" class="post-tag grid--cell" title="show questions tagged '.htaccess'" rel="tag">.htaccess</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 09 '18 at 20:19">asked Jan 09 '18 at 20:19</time> <a href="../../users/4633197/yaakov-ainspan" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4633197.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Yaakov Ainspan" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/4633197/yaakov-ainspan" class="s-user-card--link">Yaakov Ainspan</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,598</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="23 silver badges">23</li> <li class="s-award-bling s-award-bling__bronze" title="45 bronze badges">45</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-45852737"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/45852737/413-request-entity-too-large-for-httpclient" class="question-hyperlink">413 Request Entity Too Large For HttpClient</a></h3> <div class="excerpt">Once i send the HttpClient request through the PostAsJsonAsync i get the response as Request Entity too large. but i can directly call to webapi and send the request and returns a successfull response. but through the PostAsJsonAsync it returns the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/asp.net-web-api" class="post-tag grid--cell" title="show questions tagged 'asp.net-web-api'" rel="tag">asp.net-web-api</a> <a href="../../questions/tagged/httpclient" class="post-tag grid--cell" title="show questions tagged 'httpclient'" rel="tag">httpclient</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 24 '17 at 04:03">asked Aug 24 '17 at 04:03</time> <a href="../../users/1977095/fiham-zuher" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1977095.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Fiham Zuher" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/1977095/fiham-zuher" class="s-user-card--link">Fiham Zuher</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">33</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="13 bronze badges">13</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-45475729"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/45475729/jenkins-upload-file-to-artifactory-failed-i-got-413-error" class="question-hyperlink">jenkins upload file to artifactory failed, I got 413 error</a></h3> <div class="excerpt">Error Log: For pattern: EMB5216_DO/DEVELOPER/SCTF/OUT/* 23 artifacts were found. 17:32:52 Deploying artifact:http://192.168.5.2:9081/artifactory/LTEV5/SCTF/232/sctf_usdpaa_eth.so 17:32:52 Deploying…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/jenkins" class="post-tag grid--cell" title="show questions tagged 'jenkins'" rel="tag">jenkins</a> <a href="../../questions/tagged/artifactory" class="post-tag grid--cell" title="show questions tagged 'artifactory'" rel="tag">artifactory</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 03 '17 at 05:41">asked Aug 03 '17 at 05:41</time> <a href="../../users/8409361/ling" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/8409361.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ling" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/8409361/ling" class="s-user-card--link">Ling</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">15</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="6 bronze badges">6</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-43542635"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/43542635/error-413-request-entity-too-large-godaddy-server-while-uploading-large-image" class="question-hyperlink">error 413 request entity too large godaddy server while uploading large image</a></h3> <div class="excerpt">I have added this one in php5.ini file but this does not solved my problem- post_max_size = 750M upload_max_filesize = 750M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M I found one more suggestion in htaccess but not…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/.htaccess" class="post-tag grid--cell" title="show questions tagged '.htaccess'" rel="tag">.htaccess</a> <a href="../../questions/tagged/upload" class="post-tag grid--cell" title="show questions tagged 'upload'" rel="tag">upload</a> <a href="../../questions/tagged/http-status-code-413" class="post-tag grid--cell" title="show questions tagged 'http-status-code-413'" rel="tag">http-status-code-413</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 21 '17 at 12:22">asked Apr 21 '17 at 12:22</time> <a href="../../users/5137777/chirag-jain" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5137777.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Chirag Jain" onerror="onImageLoadingError(this);" /> </a> <div class="s-user-card--info"> <a href="../../users/5137777/chirag-jain" class="s-user-card--link">Chirag Jain</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">580</li> <li class="s-award-bling s-award-bling__silver" title="7 silver badges">7</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badges">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=2" rel="prev" title="Go to page 2">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=2" rel="" title="Go to page 2">2</a> <div class="s-pagination--item is-selected">3</div> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=4" rel="" title="Go to page 4">4</a> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=5" rel="" title="Go to page 5">5</a> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=6" rel="" title="Go to page 6">6</a> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=7" rel="" title="Go to page 7">7</a> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=8" rel="" title="Go to page 8">8</a> <a class="s-pagination--item" href="../../questions/tagged/http-status-code-413_page=4" rel="next" title="Go to page 4"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script> /* replace <time class="fromnow" /> with human delta between `datetime` attr and now */ document.addEventListener('DOMContentLoaded', function(){ var time_elements = document.querySelectorAll("time.fromnow"); for (var i=0; i<time_elements.length; i++) { time_elements[i].innerHTML = moment(time_elements[i].getAttribute("datetime")).fromNow(); } }); </script> </body> </html>