Hello, it may seem Jr. the personal question but I have already tried searching the internet and nothing.
I have the following scenario:
A .NET API provided by a company to which I have to submit a file, and my BackEnd to NodeJS.
This BackEnd on NodeJS connects to CouchDB and retrieves an attachment within a document. This attachment is returned to me as a Blob, I need to send this Blob to the API in .NET.
I tried to find examples on the internet, but all the time I fall into an article teaching to receive a file "in" NodeJS being that in fact I want to send a file through NodeJS.
Thank you.