Page 1 of 1

Costumization Help

PostPosted:Thu Jan 14, 2021 12:55 pm
by sebastiaomosse
Dear, good afternoon.
How can I upload and download three or more openkm documents using workflow forms and java code.


Any help will be welcome

Re: Costumization Help

PostPosted:Sat Jan 16, 2021 7:13 pm
by jllort
The easiest seems with zip in both directions. Upload a zip, and when uploaded uncompress into and download a zip ( I suggest send the zip by e-mail )

In download case, if you have a huge hierarchy these action can take a lot of time, maybe good idea execute in background ( notification when started, and notification when e-mail sent

If you want I can guide about the zip and unzip classes in the code.