When Internet Explorer makes a POST request for data with a MIME type that is handled by a custom ActiveX control, Internet Explorer stops downloading the data after the first portion is received.
Data for a POST Request Is Not Downloaded Completely
To work around this problem, you can either use a GET request, or you can make a POST request for the HTML file that hosts the ActiveX control by using the OBJECT tag.