Where in the server are uploaded files

1
0
-1

Hi everybody!

First of all, thanks for your help.

I need to know where are located files that i upload to the Bonitasoft Server using the File Object. I mean where is the physical path on the hard drive.

Regards!

2 answers

1
0
-1
This one is the BEST answer!

as answered by Yannick, the files are stored in the database as part of the process. You have to write your own code to save to a local drive (whether server or Desktop).

A Document Management System would be the logical place to store documents though.

regards

1
0
-1

Hi. I think that if you upload a file without stocking it programmatically, the file is not copied on your hard drive. After you upload the file in your form, you need to add some code to keep it somewhere.

Notifications