I am trying to upload a 400 Mb file from my client browser to my website which fails and gives me the 413 request entity too large error in my console.
Although I am able to upload files till 110 Mb..
in my PHP ini file I have
upload_max_filesize = 5000M
post_max_size = 5000M
Request your help on this.
Regards Tandon