File storage path

0
Hi ,  When I upload file in using System.fileDocument entity it stores files in c:/User/project/deployment/data . How can I change this path to shared network path while working in local env. Thanks
asked
1 answers
3

You can change this by adding custom runtime settings in the configuration record of your application.

You'll need to set the setting UploadedFilesPath see the documentation here: https://docs.mendix.com/refguide/custom-settings/

 

answered