When requesting a Zip file in JavaScript, it functions properly in all browsers except for IE9. In IE9, the request is at readyState 4 and status OK, but both request.response and request.responseBody are undefined.
Does anyone have any insight as to why this might be occurring?
Edit: The response is coming back as responseXML, but I actually need an arraybuffer type of response.