Is this possible to send image or video file through jquery ajax post method?yes or no?
$.ajax({
type: 'POST',
url: "url?json",
data: {image:},
success: function (o) {
},
dataType:"json"
});