Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Resume data (from getResumableFilesData())does not include key or progress #2059

@bugspunny

Description

@bugspunny

Type of issue

  • Bug report
  • Feature request

Uploader type

  • Traditional
  • S3
  • Azure
Feature Request

The getResumableFilesData() function could return a few extra bits of interesting information, e.g. the amount already uploaded, number of total parts, and the id of the localStorage key.

In fact I think it might already be trying to add the key to the object but it is retrieving it from the wrong place (uploadData.key instead of just key):
if (uploadData.key) { data.key = uploadData.key; }
Would it be possible to also return these in the getResumableFilesData() data structure?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions