Hello,
I would like to increase the size of attachments when I upload documents in Bonita. So, I modify the file in \workspace\tomcat\bonita\client\tenants\1\conf\forms-config.properties
and the part “form.attachment.max.size” from 15 to 100 but still not work.
I can modify the file \workspace\tomcat\bonita\client\tenants\1\conf\console-config.properties but it’s the same result.
I use Bonita Community version 6.3.1.
Can you help me please.
Hi,
Did you restart your server after the modification ?
I had to modify some file in the tenants folder for my project. Sometimes, the server didn’t take into account these modification. The best way is :
- Stop your server
- Do your modifications on files
- Restart the server
Are you using the Studio or the Server ? Cause you can’t modify the files on the studio server if I remember. The modifications aren’t taken into account.
OMG, I can’t believe that it was just this!
Thank you very much Florian. I must think about it next time if I have a new problem.