File upload service with moleculer
I have a service file, and I’m sending a file to the http://localhost:4000/uploads
URL using the “file” field via POST in Postman. However, in my code, context.meta.$multipart
is coming out as undefined
, and the file is not being saved to the public directory.