The django-filer documentation makes no mention of how to correctly create folder and save the images savely inside.
My scenario:
I have different users that can upload images through the frontend. Right now every FilerImage
I create gets saved in the unspecified folder. How do I create a folder for every user programmatically?
And how do I move the uploaded FilerImage
instance in code without violating the private/public settings of the file?