In our web application were having an upload feature. I’ve looked through the examples in the
Vaadin Sampler
and in the
Book of Vaadin
, but I’m looking for another approach that none of these examples cover.
Were making use of the DragAndDropWrapper and the conventional file browser. And the example I’m looking for is how to specify a file, in our case either by dropping the file in the browser or by selecting it in the file browser. and have it idle there until the user clicks an upload button. Does anyone know of an example like this?
I find the Upload component quite hard to get a grip on, and I don’t know how to make an external button start a workflow that has been prepared either by the drop box or by the Upload component.
Any input on this would be very appreciated! =)
/Max