FLUID-1724: Uploader 2: Ensure that currentBatch.bytesUploaded is updated each time a file progress updates.

Metadata

Source
FLUID-1724
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-10-28T21:42:45.000-0400
Updated
2010-12-22T15:40:10.389-0500
Versions
  1. 1.2
Fixed Versions
N/A
Component
  1. Uploader

Description

At the moment, the currentBatch's state is not dynamically updated as an upload progresses.

Comments

  • Colin Clark commented 2008-10-28T21:46:35.000-0400

    I have implemented by adding an onFileProgress listener within SWFUploadManager, which then updates the state of the fileQueue accordingly. In time, it will likely be best to shift this logic into the fileQueue itself. I also pass the currentFile.

  • Colin Clark commented 2008-10-28T21:46:52.000-0400

    This code still needs unit tests before it is complete.

  • Colin Clark commented 2008-10-29T14:42:44.000-0400

    Still needs unit tests.

  • Justin Obara commented 2009-05-14T09:25:39.000-0400

    Bug Parade 1.1 release

  • Colin Clark commented 2010-12-22T15:40:10.386-0500

    This issue was resolved in an old version of Infusion but was left open due to unit tests. I'll file a separate unit testing issue instead.