FLUID-3115: The server doesn't properly add files into the file queue: using FF 3.5

Metadata

Source
FLUID-3115
Type
Sub-issue
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Justin Obara
Created
2009-08-20T10:06:26.000-0400
Updated
2009-10-02T16:20:47.000-0400
Versions
  1. 0.8
  2. 0.8.1
  3. 1.0
  4. 1.1
  5. 1.1.1
Fixed Versions
  1. 1.1.2
Component
  1. Uploader

Description

The server doesn't properly add files into the file queue

Steps to reproduce:

1) Open the server version of the uploader
http://build.fluidproject.org:8080/sakai-imagegallery2-web/site/BrowseImages/

2) Add some files to the file queue

Notice that when you add files, the message in the bottom left hand corner of the browser says "Transferring data from build.fluidproject.org" . If you add several files at once (happened with 4 files, but not 100% of the time), the browser will crash.

3) Attempt to upload the files

The debug message in the console below the uploader says "No Files found in the queue"

Environments

FF 3.5 (Win XP, Win Vista Flash 9, Flash 10)

Comments

  • Justin Obara commented 2009-08-20T11:17:49.000-0400

    Seems like something changed between FF3 and FF3.5.

    Not sure exactly what that was yet though. Here are some links from the swfupload forum about issues people have had with FF 3.5

    http://swfupload.org/forum/generaldiscussion/1672

    http://swfupload.org/forum/generaldiscussion/1641

  • Justin Obara commented 2009-09-21T09:44:56.000-0400

    Bug Parade Infusion 1.1.2

  • Eli Cochran commented 2009-10-02T13:29:15.000-0400

    Tested using FF3.5 against the Uploader running in the ImageGallery demo on the build server. Appears to be working now. The code was reviewed as part of the review for FLUID-3114

  • Eli Cochran commented 2009-10-02T13:32:33.000-0400

    Resolved per Colin Clark's code and my review