Download a file

0
Hello guys, I'm new to Mendix. I'm creating a website where I want to download a file of mine. I tried to create a microflow, but I don't know how to add my file from my documents. I would really appreciate your help
asked
1 answers
0

You can't just download a file from your disc with standard components. You can create an entity with a specialization of System.filedocument and a page with a file manager widget to upload your file to the application and then later retrieve the file fromo that entity and perform the download action as in your screenshot.

 

answered