. jQuery Ajax MVC, CSV . IE 11, . "async: false" Ajax , . , -!
, :
$.ajax({
type: 'POST',
url: ***,
data: ***,
processData: false,
contentType: false,
cache: false,
async: false,
success: function (response) {
do something:
},
error: function () {
}
});