Hi,
I have a question about best way to manage folders in file storage.
Actually when I upload and save (fileStorage.saveStream()) a file into store it is organized by year/mont. I would like to save file in another three logic not by date but by another dimension, so i would like to save it inside a folder depends of customer for example.
My actual folders three is:
store/2023/12/n-files and it works by default in this way but I would like to save files in store/customerA/n-files, choosing the costumer folder at the moment of the saving action.
Thanks