File Upload App

0
Hi community, relatively new Mendix dev here!   I am trying to create fairly simply app that acts as the front end for a wider workflow.   I would like the user to be able to attach 2 files and define some ‘rules’ which are mainly just text capturing. I would like to set up a flow which can take both files and the rules and stores the files in an external folder and uploads the rules to an external sql db.  I am struggling to find documentation on this and I was wondering if anyone had achieved something similar?   Thanks in advance!
asked
1 answers
0

 

I have to work with file upload too. You can begin learning of it here:


https://docs.mendix.com/studio-how-to/pages-how-to-attach-files (Studio)
https://docs.mendix.com/howto/data-models/working-with-images-and-files (Studio Pro)

 

Once a file is uploaded, you can fire a Microflow or Workflow to achieve what you want.

answered