Question

I'm new of vaadin and of its add-ons. Now I have to do a panel like this:

enter image description here

but I shouldn't want to use four, five ... vaadin Upload component because in this way is difficult to manage. I saw some add-ons like easyupload, but I don't know if these are able to manage my situation.

My situation is the following:

I have to upload some file, for each of them I have to assign a label(Patent,Tax code,Agreement etc) and finally I have to persist them in a datsabase.

Now I want to ask you if there is an smart way or an add-on than helps me in this situation?

Was it helpful?

Solution

Unfortunately there aren't.

Easy Uploads is just to simplify the upload adding multi files upload, drag and drop upload and loading bar.

Multi File Upload is just for manage multi upload and queue of files upload.

OTHER TIPS

Try to use MultiFileUpload addon: https://vaadin.com/directory#addon/multifileupload

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top