FLUID-1726: Uploader 2: Only the first file is being uploaded.

Metadata

Source
FLUID-1726
Type
Sub-issue
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2008-10-29T11:01:55.000-0400
Updated
2008-10-29T14:28:02.000-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Uploader

Description

The upload stops after the first file upload is completed.

Here is the debug information produced:

SWF DEBUG:
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: .gif;.jpeg;.jpg;.png;*.tiff
SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_1
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_2
SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 3. Files Queued: 3
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to ../../site/multiFileUpload for File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 131072. Total: 200978
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 172032. Total: 200978
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 200978. Total: 200978
SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Data: 4
SWF DEBUG: Event: uploadComplete : Upload cycle complete.

Comments

  • Justin Obara commented 2008-10-29T14:28:02.000-0400

    fixed with r5890