My server settings are as below:
- max_execution_time : 0
- max_input_time : -1
- memory_limit : 128M
- upload_max_filesize : 128M
- post_max_size : 128M
still I am getting ERR_CONNECTION_RESET while uploading a file (size > 8MBs). Not even var_dump($_FILES);
is working. Any file size below 8MBs is uploading easily. Not sure where I am wrong. Please suggest.
Although all the server configurations are set still I am getting the same issue.
client_max_body_size
in yournginx.conf
. – Magnus Eriksson