Ie Aborting Http Post Requests With Error 0x2ee2
I am using angularjs to upload files to my API. On my page, I have a muti-file select, and once the user selects 1 or more files, the page calls my api and uploads them one request
Solution 1:
2ee2 hex to decimal = 12002
IE aborting http post requests with error 0x2ee2
Code Error Message and Description 12002 ERROR_INTERNET_TIMEOUT The request has timed out.
FIX: Something stops server from answering. In my case the server was waiting on a break point in debug mode :)
Post a Comment for "Ie Aborting Http Post Requests With Error 0x2ee2"