You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thanks a ton for this wonderful library. I wanted to know if it's possible to obtain a stream object when chunks are being uploaded to the server, so that I can pipe to another part of my application.
Thank you
The text was updated successfully, but these errors were encountered:
The "progress" event allows you to read individual chunks, but siofu does not natively support the Node stream.Readable interface. Writing a wrapper over siofu exposing that interface should not be hard, though. See here for more info:
Hello and thanks a ton for this wonderful library. I wanted to know if it's possible to obtain a stream object when chunks are being uploaded to the server, so that I can pipe to another part of my application.
Thank you
The text was updated successfully, but these errors were encountered: