### Description - Add an `upload` progress bar. - There should be two progress bars. 1. To see the blocks left to get to the latest block. 2. To see the progress on an upload ### Implementation - The new implementation should use `getUploader`. - See https://www.npmjs.com/package/arweave#chunked-uploading-advanced-options as a reference.
Description
Add an
uploadprogress bar.There should be two progress bars.
Implementation
The new implementation should use
getUploader.See https://www.npmjs.com/package/arweave#chunked-uploading-advanced-options as a reference.