Does the IPFS JavaScript client support stream (chunked) uploads?

38 Views Asked by At

Is there a way to upload a file to IPFS chunk-by-chunk using the js-ipfs-http-client package? To improve the concurrency model of my application, I’d like to avoid holding complete files in memory and instead just work with the chunks.

In the source, I can see a method called start is not implemented. Is this supposed to enable this behavior in the long run?

I asked this question on discuss.ipfs.io as well a little while back.

0

There are 0 best solutions below