The metaobject System.DocumentFolder is deprecated and will be removed in a future version.

4
This week, I converted my project to the newest version of the Mendix Business Modeler (2.4.4.1). My project contains the following warning: [Deprecated] The metaobject 'System.DocumentFolder' is deprecated and will be removed in a future version. How should I deal with it in the future version? Would it be possible to show the file upload's physical path in the future version or should I remove this field in the forms?
asked
1 answers
3

At this moment, the object System.DocumentFolder is not in use for defining the file upload's physical path. The Mendix Runtime does not use this object. To show the file upload's physical path, you must use other methods.

answered