This commit is contained in:
parent
b1b76158c8
commit
9161d7c4e6
@ -15,11 +15,11 @@ export class MinIoService {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SendPicture(event: any): void {
|
//SendPicture(event: any): void {
|
||||||
console.log(event.target.files[0].name);
|
//console.log(event.target.files[0].name);
|
||||||
console.log('Отправляю картинку сервисом...');
|
//console.log('Отправляю картинку сервисом...');
|
||||||
|
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user