Enable the upload of a document file

0
Good morning community! Like there is a download document file, how can I enable the upload of a document?
asked
2 answers
0

Hi Helga,

 

Please follow the steps in the documentation:

https://docs.mendix.com/refguide/configure-files/

 

  1. Create a Specialization of System.FileDocument (or use the same specialization you use for the download)
  2. Create a page and add a File Manager (when opening the page an object of the System.FileDocument specialization should be created)

With kind regards,

Stephan

answered
0

See the documentation here: https://docs.mendix.com/howto8/data-models/working-with-images-and-files/

 

Regards,

Ronald

answered