uploading and downloading files to mendix app

0
I want to upload multiple files of different file types to mendix app and download them. I found widget dropzone to upload file but I dont understand with which entity I should attach this dropzone widget. Could someone tell me how to use Dropzone widget? Also how to download these files once these files are uploaded.
asked
2 answers
2

I would suggest to search for the documentation how to handle files and pictures in Mendix. If you have unterstand this logic and how to handle with the generalization of the system objects, you will unerstand to use this widget.

If you have any specific problem, feel free to ask. It is helpful to see you datamodel to understand the specific question.

answered
1

Hi,

as Gerrit pointed out, have a look at the documentation:

https://docs.mendix.com/howto/data-models/working-with-images-and-files

https://gettingstarted.mendixcloud.com/link/module/49/lecture/383

For downloading multiple files, take a look at:
https://appstore.home.mendix.com/link/app/60747/

 

answered