Picture Upload beta-5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
RakVhalate 2022-11-03 20:22:24 +10:00
parent 843c9bc075
commit 550bd62ee6

View File

@ -28,9 +28,9 @@ export class SendPostComponent implements OnInit {
sendPic(event: any) {
this.apiChatService.sendpic(event.target.files[0]).subscribe(
response => {
this.picResponse = response
this.filename = response.value.toString()
});
this.filename = this.picResponse.value.toString()
//this.filename = this.picResponse.value.toString()
}
ngOnInit(): void {