i am running my code in the event handler to access the property of object defined using this but not able to access,:
name={
image:""
}
reader.onloadend=function(){
final=this.result;
imga.src=final;
}
reader.readAsDataURL(files);