How can I upload a file and store it locally?

1
0
-1

Hello,

I need to upload a file (upload widget) and I don't know how to save that file in my local storage. I also have to be able to retrieve these files from an other form. How can I proceed? I couldn't find any tutorial on how to do that.

Thanks

2 answers

1
0
-1
This one is the BEST answer!

Hi,

If you need to share this file between different forms you should use a process Document to store this file.

It is already integrated with the Upload widget and the FileViewer widget.

HTH

Romain

Comments

Submitted by Christ_Bryan on Mon, 12/05/2022 - 09:04

Hello,

On a task I created a form and added the upload widget for the actor to upload a document during the process execution. I don't want to store the document locally on my machine but I would like to know where did my uploaded file has gone to. Is there a place in Bonita where all the uploaded document goes to?

Best Regards

1
0
-1

It worked, thank you

Notifications