jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

Describe Vaadin Upload component

Open glebfox opened this issue 1 year ago • 0 comments

Existing page: https://docs.jmix.io/jmix/files/uploading-files.html

Currently, only fileUploadField and fileStorageUploadField are described, but Vaadin Upload field is also available in XML.

Vaadin doc: https://vaadin.com/docs/latest/components/upload

In addition to Vaadin receivers, we implemented FileTemporaryStorageBuffer and MultiFileTemporaryStorageBuffer.

receiver can be set declaratively using either receiverType or receiverFqn attributes:

<upload id="upload1" receiverType="MULTI_FILE_MEMORY_BUFFER"/>
<upload id="upload2" receiverType="MULTI_FILE_TEMPORARY_STORAGE_BUFFER"/>

Questions can be addressed to @Flaurite

glebfox avatar Nov 23 '23 08:11 glebfox