FLUID-2512: [Uploader] the currentBatch.totalBytesUploaded needs to be broken into two new model values

Metadata

Source
FLUID-2512
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
Eli Cochran
Reporter
Eli Cochran
Created
2009-04-03T18:34:37.000-0400
Updated
2017-01-16T09:54:58.924-0500
Versions
  1. 0.8
  2. 1.0
  3. 1.1
  4. 1.1.1
  5. 1.1.2
  6. 1.2
  7. 1.4
  8. 1.5
  9. 2.0
Fixed Versions
N/A
Component
  1. Uploader

Description

totalBytesUploaded a value in the currentBatch object is currently misnamed and doesn't carry all the data that an implementor might need.

We need two values:
currentBatch.totalBytesAttempted - replaces totalBytesUploaded and used to display correct Progress
currentBatch.totalBytesSucceeded - new value to be used to indicate to the user how many Bytes where ultimately stored on the server