https://github.com/ethersphere/swarm-core now has the primitives to do splitting, encryption, erasure coding, stamping, and manifest creation fully on the client side.
#685 proposed a chunked upload flag that would add extra resilience and better progress tracking for uploads.
This shall be thought out as a complete feature for swarm-cli, with or without support for "external" postage batches.
https://github.com/Cafe137/etherchunk is an unofficial POC which handles client-side uploads, may be used for reference.
https://github.com/ethersphere/swarm-core now has the primitives to do splitting, encryption, erasure coding, stamping, and manifest creation fully on the client side.
#685 proposed a chunked upload flag that would add extra resilience and better progress tracking for uploads.
This shall be thought out as a complete feature for
swarm-cli, with or without support for "external" postage batches.https://github.com/Cafe137/etherchunk is an unofficial POC which handles client-side uploads, may be used for reference.