File not sending from Angular to Nodejs
问题 I'm using an ngx-awesome-uploader to add my images to angular to send to backend. I'm trying to send the file to my nodejs backend, but it keeps returning {} on backend where the file should be. Never worked with files before, but I'm gonna take an educated guess and say that should have something in there. On the frontend it looks like the file is there to be sent because console.log(fileUpload.file); output BACKEND OUTPUT File Upload Section { file: {}, fileName: 'image.png' } But is empty