Cant send files to NestJs TypeORM MongoDB React app
I’m trying to send some data from app to backend (some text, image and PDF file) but get only text. But if im trying to send this data from Postman to backend, i properly get all data.
Here is my NestJS code