PDF должен быть загружен на сервер, я пытаюсь
add(): void {
if (this.st == 1) return
if (this.name == "") return;
console.log(this.fil)
//
this.http.post('http://localhost:3000/', this.fil).subscribe(data => {
console.log(data);
},error => {
console.log(error.status);
});
}
Но запрос пуст