Access to local path in server running jmix application

Hi all,

in order to easen file upload for certain documents in my app, I would like to enable read/write access to certain drive locations in the server.

Have searched around for any entries discussing the subject but all I have found is referring to locations of the project tree, but not of other paths in the server I might be interested in looking at.

Does any one know if that’s doable? I would like to enable to explore certain server paths and enable reading files and deleting them after a given user action.

Is this possible from the framework perspective?

Thanks to all for reading and any insights.

Regards and happy new year.

Carlos.

Hi Carlos,

The server file system is totally under your control, just use the standard Java files API.

Regards,
Konstantin