@@ -280,9 +280,10 @@ function upload_read_event(e) { | |||
})(), false); | |||
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; | |||
console.log("upload_complete",data, status, xhr); | |||
} | |||
}); | |||