I have a ajax file upload code that gets back a json response from the server. The response works fine on Chrome, FF and IE 11 but on lesser versions of IE the response is getting the client side html instead of the json response. The jquery version am using is 1.5.1. I have tried setting the content type to text/html also the x-frame-option to Sameorigin but this didn't help.
Anyone who has found solution to this problem please help.