Skip to content
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
@mattermoran

Description

@mattermoran

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.
screen shot 2017-12-14 at 5 29 13 pm

Activity

kostysh

kostysh commented on Mar 12, 2018

@kostysh

I am facing the same issue

julientregoat

julientregoat commented on Mar 13, 2018

@julientregoat

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

daviddias commented on Mar 14, 2018

@daviddias
Contributor

@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

julientregoat commented on Mar 14, 2018

@julientregoat

@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

channprj commented on Jul 26, 2018

@channprj

It works on Safari. Just crashes in Chrome. How can I handle this? Does anybody work on it?

16 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @lidel@kostysh@daviddias@channprj@hacdias

      Issue actions

        Uploading big files crush page in Chrome · Issue #654 · ipfs-inactive/js-ipfs-http-client