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