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

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

Open
2 of 5 tasks
bugspunny opened this issue Oct 8, 2018 · 0 comments
Open
2 of 5 tasks

Comments

@bugspunny
Copy link

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?

@bugspunny bugspunny changed the title Resume data does not include key or progress (getResumableFilesData) Resume data (from getResumableFilesData())does not include key or progress Oct 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant