Hi,
Could You tell me how I can make a downlaod widget with file which was upload on form before( by another actor)
I make a widget with upload but I have a problem wih widget with download this file.
Thanks for Your help.
Hi,
Could You tell me how I can make a downlaod widget with file which was upload on form before( by another actor)
I make a widget with upload but I have a problem wih widget with download this file.
Thanks for Your help.
Hi,
Download the process: http://dl.free.fr/lWj3b5htk
Unzip it and paste it on your “diagram” folder.
Open it on Bonita.
Is it what you would like to do?
Hi,
Thank you! It works!
zkarolyi
Hi,
Just another question. How may I create a multiple field input.
I need to get multiple attachments on a start form. How to create somethink like ArrayList?
Thanks for Your help.
Hi,
If you have all time the same number of attachments, you must put as many field as attachments you have. If the number can change, you can do it with groups (=the Teamwork edition). I never use it because I have the Community edition but it seems to be good.
For more info about it, watch the “french tutorial” at 26 minutes : http://fr.bonitasoft.com/ressources/videos/construire-ses-formulaires-web-avec-bonita-bpm
I have found a solution:
If I have 1 attachment field, I need to map it to a “Documents” type variable.
If I have multiple attachment field, I neet to map it to a “java.utils.List” type variable.
Looks strange:-(