How to show the file uploads physical path?

3
Since I would like to solve this warning, I would like to show the file upload's physical path? How can I do that?
asked
1 answers
3

The Mendix Runtime has it's own way to store and manage the contents of a FileDocument. It is not meant to show or to do anything with the physical path of the file. Use the method Core.getFileDocumentContent to get an InputStream object.

answered