Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Live upload progress not showing #2854

Closed
@MonarthS

Description

@MonarthS

When I Upload any file, it is not showing live uploaded status using progress;

The progress showed after whole file or folder is uploaded.

CODE:

var ipfsClient = require('ipfs-http-client')
const fs = require('fs');

demoCall = function(data){
    console.log('uploaded : ' + data);
}

ipfs.addFromFs('./soft', { recursive: true, progress: demoCall}, (err, result) => {
    if (err) { throw err }
    console.log(result);
})

OUTPUT:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    exp/expertHaving worked on the specific codebase is importantkind/bugA bug in existing code (including security flaws)pkg:http-clientIssues related only to ipfs-http-client

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions