FLUID-4083: If file removed from filesystem while in queue, uploader doesn't display an error

Metadata

Source
FLUID-4083
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2011-02-18T12:17:34.994-0500
Updated
2014-07-31T15:56:44.308-0400
Versions
  1. 1.3.1
  2. 1.4
  3. 1.5
Fixed Versions
N/A
Component
  1. Uploader

Description

This error occurs using the server-based version of the demo, which actually does upload files:
http://build.fluidproject.org/sakai-imagegallery2-web/site/AddImages/

To reproduce:

1) Use the Uploader interface to add an image to the file queue, but don't upload it yet
2) Remove the selected file from your hard-drive
3) Click the "Upload" button in the Uploader interface.

The Uploader will obviously not be able to upload the file since it no longer exists, but no error message is displayed. If you open the Firebug console, you can see an error there, but there's no visual indication to the user.

Comments