Hi,
the problem regarding wrong encoded filename as mentioned in [the old forum] (https://vaadin.com/forum/thread/18455839/upload-component-filename-encoding) still exists for me in Vaadin 14:
I have trouble with uploaded files where the filename contains special characters. In the Browser window the filename is displayed correctly. However, when I access the filename in the succeededListener of my upload component, the encoding is messed up. I was wondering what encoding is used for the component by default and also where I could start tackling this issue since I just use the event.getFilename method within the vent listener upload.addSucceededListener(event → {})