How to Implement download file option in application

0
I am working on a customer onboarding application where there is one declaration page  in which customers have to download that file and then they have to upload it on the same page. So I want to add download file like widget on the page.
asked
2 answers
-1

Hi Soham,

 

Use microflow to download the file add the download activity and pass the input.

answered
5

Hi soham ,

 We have download microflow activity to download files and File manager widget to upload and download files

 

Ref 

File Manager widget : https://docs.mendix.com/refguide/file-manager/

Download activity : https://docs.mendix.com/refguide/download-file/

 

Hope this helps..

answered