We are using Vaadin 6 Upload Button. We observed that the button is buggy when uploading same file again and again or uploading a huge file. We have set it in immediate mode so we expected the browse button and textfield to be hidden. If we upload a fairly huge file the browse button and text field become visible leadin to confusion with users. Even their demo website is facing the same issue
To reproduce the issue:
- Go to Vaadin 6 Demo Immediate Upload
- Upload a fairly large file
- You will observe that the browse button and text file become visible
How do we fix this? Vaadin has supposedly closed this bug with resolution as Not reproducible?
Thanks