Create folders in media upload folder

How to create folders in media folder to organize the uploaded files? I would create the app once, but I want to update the content later over the time just by updating new CSV files in different folders. I would also need to get list of folders, and list of CSV files in a specified folder

1 Like

This is not available
Just use your own naming convention to organize your files

Taifun

:question:

The assets are read-only. Copy the files from the assets into corresponding folders in the PrivateDir (internal storage) and organize them this way. To update these files later, you must download the new files from a server into these folders in the PrivateDir.

Or download the files there directly from the beginning and remove them from the assets.