A script on a client website simply uploads a form and an image. However once in 5 or 10 tries the user gets a This webpage is not available
error on Chrome. The server log shows: AH01225: Error reading request entity data
There is not much on Google regarding this error. The script is in PHP and the problem is not with the script. I verified this by creating a simple html form that uploads an image and the issue presents there too.
The server support recommended changing php.ini settings like increasing upload size, time etc but that did not work.