FLUID-1738: File indexes aren't updated in the total file progress bar when working with the server

Metadata

Source
FLUID-1738
Type
Sub-issue
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-10-29T20:17:43.000-0400
Updated
2011-02-22T16:27:55.402-0500
Versions
N/A
Fixed Versions
  1. 0.6beta1
Component
  1. Uploader

Description

When running against the server, the Uploader doesn't correctly update the total file progress bar. Even after a successful upload, it still says "Uploading: 0 of 8 files (1.5 MB of 1.5 MB)." There's something up with currentBatch.fileIdx.

Comments

  • Colin Clark commented 2008-10-29T21:05:45.000-0400

    This was fixed by simply incrementing currentBatch.fileIdx instead of trying to correspond it to SWFUpload's flaky event data structures.

  • Michelle D'Souza commented 2011-02-22T16:27:55.400-0500

    Closing issues that were resolved for 1.0 and earlier releases.