XMLHttpRequest: Network Error 0x2ee2, Could not complete the operation due to error 00002ee2

XMLHttpRequest: Network Error 0x2ee2, Could not complete the operation due to error 00002ee2

We have a piece of code which uploads multiple files to the server, interestingly this code is working fine on Chrome & Mozilla, but it's failing in Internet Explorer, receiving the following error

XMLHttpRequest: Network Error 0x2ee2, Could not complete the operation due to error 00002ee2


We tried solutions mentioned in SCRIPT7002: XMLHttpRequest: Network Error 0x2ef3, Could not complete the operation due to error 00002ef3 but still getting a similar issue

We changed timeout value for Internet Explorer using the following this guide but it's no use.

We find out the line of code which causes a problem

Please refer https://stackoverflow.com/questions/55219160/xmlhttprequest-network-error-0x2ee2-could-not-complete-the-operation-due-to-er

This code is working fine till file number 12 on IE, but as soon as we select more than 12 files, it fails with above error?

Is this ajax limitation or something?