Vaadin <upload> does not show file Name

If I want to upload multiple files, I have to use https://docs.jmix.io/jmix/flow-ui/vc/components/upload.html.

After uploading multiple files, I see the filename
grafik
which is correctly stored
grafik

But when I select in the detailview this entity with the fileRef, there is no fileName shown
grafik

Do I have to add manually a field, where I can display the filename ?
Do I have to add manually an icon to be able to remove the file ( as a new upload is overwriting the actual file ) ?

Regards

Felix

btw: one day all the samples should be updated without the since Vaadin 24.8 deprecated functions.

1 Like

Hi,

Upload component doesn’t have data binding to entity attribute. Could you describe in more detail how you setup the Upload component.

This is Vaadin API, we don’t have control over it.

Regards,
Gleb