XMLHttpRequest: Network Error 0x2ee2, Could not complete the operation due to error 00002ee2
in Using jQuery
•
1 year ago
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
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?
1