Page 1 of 1

Error when uploading PDF resume (Request Entity Too Large)

Posted: 12 Feb 2019, 15:35
by scott1981
Hi,

I have recently started to experience the following PHP error when uploading a resume under a candidate profile:

Request Entity Too Large
The requested resource
/ats/index.php
does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 413 Request Entity Too Large error was encountered while trying to use an ErrorDocument to handle the request.


Any clues as to where to start?

Thanks.

Re: Error when uploading PDF resume (Request Entity Too Large)

Posted: 12 Feb 2019, 15:48
by RussH
There are a few different places in php.ini where the maximum filesize can be configured. Look for Max filesize and max upload size
https://stackoverflow.com/questions/218 ... -file-size