-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading same file several times does not work #14
Comments
Hi, did you use the latest version (7.4.2)? I couldn't reproduce this with it. There was some refactoring that might have fixed this. |
I've got an application using Vaadin 7.1.6 and easyuploads 7.4.6 which failed in a similar way:
|
@asdef, you should update your Vaadin version ;-) Lot's of good things has happened since 7.1.6. You you have a small example code to reproduce the issue? Which platform are you using? |
The bug is still present and reproducible with the Upload demo.
I've stepped through the code and made sure the ref to the tempfile was deleted after each upload. It seems that if the file name/path is the same, no events get fired. |
I tried to reproduce this but it works fine for me. Which browser are you using? If you can reproduce it easily, please file an issue to the http://github.com/vaadin/framework with all details. |
Using multi file upload. DnD works fine if you drag/drop the same file several times. Fails when using the browse button.
Upload file-1. Upload file-1 the second time fails.
Upload file-1. Upload file-2. Upload file-1. Pass.
The text was updated successfully, but these errors were encountered: