In Vaadin 8, how can I activate an upload from a menu item, rather than an Upload button component?

55 Views Asked by At

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!

1

There are 1 best solutions below

0
ollitietavainen On

You'll need an add-on for that, maybe something similar to UploadButton or UploadLinker.