ajax
$.ajax({ type: "post", url:"", processData: false, contentType: false, success: function (data) { } });