Upload component in Crud editor

Hello dear community,

I have a Crud (From Vaadin Pro) and would like to use the upload component in BinderCrudEditor.
The Upload component doesn’t store a value (or rather the HasValue interface is missing), so I can’t use the Binder.
Is there anyway to include it somehow without creating an extra button in Crud for file upload and then working with listeners?

I noticed that you had the same question in the StackOverflow and answered there: https://stackoverflow.com/questions/66154593/vaadin-upload-component-in-crud-editor/66157946#66157946