Attachments Organized By Folder?

0
Hi – similar to how users can organize attachments by folder on their computer, can a similar framework be set up when uploading attachments to a Mendix app? E.g., storing uploaded files until separate folders?
asked
1 answers
0

Not out of the box, but you can build this capability.  I have done so in one of my apps.  The domain model I created is below, with the important associations highlighted:

Note that the Document entity is a specialization of System.FileDocument. 

Some of the attributes will give you this idea, but I have created the ability to drag and drop, reorder and nest folders, documents and pictures.

answered