})(), false); | })(), false); | ||||
return xhr; | return xhr; | ||||
}, | }, | ||||
success: function(id, status, xhr){ | |||||
success: function(data, status, xhr){ | |||||
console.log("upload_complete",this, data, status, xhr); | |||||
temp.upload[id].progress = 100; | temp.upload[id].progress = 100; | ||||
console.log("upload_complete",data, status, xhr); | |||||
} | } | ||||
}); | }); | ||||