Error when file upload takes time
Hello,
When a user uploads a file (audio or video file) and the upload takes more than a couple of minutes it gets an error
On Chrome the error is SyntaxError: Unexpected token S
On Firefox the error is SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data
So probably the server has some timeout feature that cuts the upload.
Is that assumption correct?
Because I have checked php.ini and iis web.config and applicationHost options and have set relevant timeouts to 5 minutes and the error persists.