I have an Upload component that uses a customer Receiver to upload and process a file. I would now like to move that same functionality to a menu item rather than a button. How can I achieve this in Vaadin 8?
Thanks in advance!
I have an Upload component that uses a customer Receiver to upload and process a file. I would now like to move that same functionality to a menu item rather than a button. How can I achieve this in Vaadin 8?
Thanks in advance!
You'll need an add-on for that, maybe something similar to UploadButton or UploadLinker.