@@ -282,10 +282,9 @@ function upload_read_event(e) { | |||
return xhr; | |||
}, | |||
success: function(data, status, xhr){ | |||
var ctx = this.context; | |||
console.log("upload_success_this", this); | |||
var ctx = this.context; | |||
temp.upload[ctx.id].progress = 100; | |||
temp.upload[ctx['id']].progress = 100; | |||
} | |||
}); |