This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Uploading big files crush page in Chrome #654
Closed
Description
So I'm doing as in this example https://github.com/ipfs/js-ipfs-api/tree/master/examples/upload-file-via-browser and everything works fine. But when I try to upload files that more than 3gb page crushes.
Activity
kostysh commentedon Mar 12, 2018
I am facing the same issue
julientregoat commentedon Mar 13, 2018
I have the same issue, except with files over 50-100mb crashing it. I've tried ReadableStream, pull stream, buffer instances... nothing working. Smaller files get there just fine. Running node 8.10. Thought pull streams would've worked based on this
daviddias commentedon Mar 14, 2018
@julientregoat -- ipfs/js-ipfs#952 -- says that things are good uploading over 1GB on js-ipfs. Here, you are using js-ipfs-api, the HTTP Client library and talking with a go-ipfs daemon, it is a different scenario.
This should just be a buffering/streaming issue when creating the HTTP request. If anyone is available to tackle this, it would be great to have it solved.
julientregoat commentedon Mar 14, 2018
@diasdavid ah got it! sorry, I didn't understand. still new to this but will try to play with it to see if I can get anything going.
channprj commentedon Jul 26, 2018
It works on Safari. Just crashes in Chrome. How can I handle this? Does anybody work on it?
16 remaining items