jQuery: The Write Less, Do More JavaScript Library

Cannot Reselect A File That Was Previously Removed

Project:Multiple File Upload
Version:1.2.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

This is happening with version 1.29 of the Multiple file Upload plugin.

Reproduce the bug as follows:

  1. select 2 files
  2. remove the 2nd file
  3. select the 2nd file again that was just removed. You get an alertbox saying "This file has already been selected: myfile.ext" even if it was removed.

I tried together with jquery 1.2.6 using Firefox 2, and IE6.

Interestingly, it seems necessary to select at least 2 files to produce the error.