I am using React.js to create an app for BlockStack marketplace, which I have a file uploader that upload files to BlockStack Gaia Storage through putFile
method. This method is a Promise
is return when a file is uploaded to the server. So, can I add a progress bar? For example, How much data is uploaded yet, percentage?
Asked
Active
Viewed 81 times
1

Moiz Farooq
- 1,018
- 9
- 11
-
1Currently not, there is an issue about this for blockstack.js: https://github.com/blockstack/blockstack.js/issues/351 – friedger Oct 10 '19 at 11:06