$.ajax({
url: "converter/progress",
dataType: "JSON",
data: {file:file},
success: function(data){
//console.log(data);
}
});