sadik7266 / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

if add duplicate file, after the duplicate warning message the file is removed from the stack but still appears in the popup #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue description:

When I try to add the same file more than once, the message warns me that the 
file has already been selected. I close the warning message and see in the 
'adding files popup' that the first file added is still there and I assume that 
it wasn't been removed. But if I want to go next and finalize the upload, I 
notice that no file was uploaded. 
I have to go back, remove that file and upload it again for this to work. This 
happen when trying to upload various files. E.g: if I have 3 files and then I'm 
trying to upload a duplicate forth, the warning message shows up. I then close 
the warning message box and go next (in the upload window i still have the 3 
files) and after finalizing the upload only 2 files are uploaded.

The expected output:

After trying to upload duplicate file and the warning message appears, if the 
file appears in the stack, then it should be counted and uploaded in one copy.

I am using the latest jQuery version.

I noticed this behavior on all browsers.

Original issue reported on code.google.com by monyqnet...@gmail.com on 16 Dec 2014 at 11:56