Hello,
I would like to create a file database that connected users only can download, upload, and classify in folders.
What's the best method ?
I thinked about using the frontend custom post type : One post = one 'folder' // with some custom files fields in each posts.
Users can add files to each 'folders', and download them, and also create new folders. (but no sub-folders of course…)
Is it a good way to do that?, how to create subfolders so ?
Thanks for your infos.