How to store a word document in a microflow?

0
On the bottom of my page i want to have 3 different buttons. Each button will download a different word document. I just want the end user to be able to click one of the buttons and a word document will download on their computer. Any idea how i can do this?
asked
1 answers
0

You can create a new entity which inherits from System.FileDocument (let's call it "WordFile"). Add an enumeration to WordFile where an admin can select if the file will be downloaded using button one, two or three. Add an upload page where an administrator can upload the three different word files, and can select if this file will be connected to button one, two or three. Use the File Manager widget for this. Here's a link to the file manager documentation: https://docs.mendix.com/refguide/file-manager/

answered