I have a requirement where I need to publish files where end users could download the files. Users would upload files in an organized folder structure in a media.
I would like to create a tree menu from the media folder structure. When a user clicks the item (folder) in a menu, I would like to present files in that selected folder. I would like to accomplish this without creating a nested content structure but only with the nested folder structure in a media menu
Folder based nested tree menu
Hello Umbraco experts,
I have a requirement where I need to publish files where end users could download the files. Users would upload files in an organized folder structure in a media.
I would like to create a tree menu from the media folder structure. When a user clicks the item (folder) in a menu, I would like to present files in that selected folder. I would like to accomplish this without creating a nested content structure but only with the nested folder structure in a media menu
Can somebody help me!
Hi Umbraco Beginner,
You can find documentation here.
To create the menu structure you can do something like this:
The result will be like this:
If you don't use ModelsBuilder your code should look something like this.
is working on a reply...