FLUID-688: File Uploader: no error message when uploading a file that is in the upload queue but has been deleted from the file system

Metadata

Source
FLUID-688
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Eli Cochran
Reporter
Justin Obara
Created
2008-06-02T16:07:36.000-0400
Updated
2008-07-28T14:35:04.000-0400
Versions
  1. 0.3
Fixed Versions
  1. 0.4
Component
  1. Uploader

Description

A selection of files is added to the upload queue. Before the uploads are completed, a file which has yet to be uploaded is deleted from the file system. Currently the Uploader completes as though the file was still there.

An error message, indicating that the file could not be found, should probably be displayed. Another possible alternative would be to have the Uploader lock the files, so that they could not be deleted/moved until after the uploads are complete.

Environments

FF2 (Mac OS 10.5, WinXP)
IE7 (WinXP)

Comments

  • Eli Cochran commented 2008-06-25T22:50:50.000-0400

    Added an error message for the case where the file was moved or deleted after the file was queued but before the file is uploaded.

  • Justin Obara commented 2008-07-07T20:45:42.000-0400

    Tried on FF2 (Mac 0S X)

    It didn't trigger the error message. Is this because no files are actually being uploaded on the build site?

  • Eli Cochran commented 2008-07-16T22:18:06.000-0400

    this is a case that can only be tested against an a real back-end.

  • Eli Cochran commented 2008-07-22T23:31:59.000-0400

    I'm going to declare this Fixed until such a time as it can be tested against the Uploader running in the "live" mode off a real server

  • Justin Obara commented 2008-07-28T14:35:04.000-0400

    Verified fix using:

    FF3 (Mac OS 10.5)