In my page when I upload a file of size more than 4 MB it shows that the connection was reset. The reason is because the file upload limit is less than 4 MB. There is a solution to this on link
But, instead I want to show the error on the same page and not redirect. How can I do this?