Folder structure for files saving in document_file_storage

Hi, I have configured the Mayan EDMS, so I’m able to upload file successfully and OCR them. Right now my files a saving under the folder document_file_storage. But i need to save files into folder structure inside document_file_storage. (not only in cabinet but in filesystem level also). How to achieve this?

Example:

  • document_file_storage/clientid1/date1/docment1,2,3
    --------------------------------/clientid1/date2/docment1,2,3

  • document_file_storage/clientid2/date1/docment1,2,3
    -------------------------------/clientid2/date2/docment1,2,3

Thanks in Advance.