I was working on https://docs.blockstack.org/browser/blockstack_storage.html
How can I POST a large file, and upload it to Gaia using putFile() using reactjs?
It can also contain a progress bar.
I believe the current limit for file upload size is 25mb (someone correct me if I’m wrong), so the only real way to upload a file larger than that would be to break it down into smaller parts and upload those parts.
You can try this community package for large file storage on Blockstack