Closed
Description
Outline
Currently attempting to upload a large file to IPFS through EmbarkJS api (see uploading file in documentation) will get the browser stuck. The goal of this task is to fix the code so it can support large file uploads to decentralized systems, namely IPFS.
Acceptance Criteria
- Uploading a file larger than 1GB using
EmbarkJS.Storage.uploadFile
as specified in the documentation should not get the browser stuck and the file should be able to be downloaded afterwards.