How to store the file in a separate folder while uploading the file using file manager

0
Hi, I have a requirement of saving the uploaded file to a new folder other than deployment folder is there any java action call is there to create a folder during the runtime Thanks Karthikeyan S B
asked
2 answers
0

See the answer here: https://community.mendix.com/link/space/app-development/questions/129989

answered
0

Are you gonna publish the app on the Mendix Cloud? Then Mendix will handle system.filedocument entities in a seperate file storage location on the Mendix Cloud. That is not in the deployment directory.

 

It is always good to challenge the requirements and the underlying assumptions. Why can you not use the deployment directory?

answered