Is it possible to upload a file streaming when creating a node

Is it possible to upload a file streaming when creating a node, we are using NodeJS + typescript and now I have to read a whole file into memory before I can upload it.

Can this be done differently?