Hi: In my application, I have a specific folder on the server side, a client user (authenticated) can upload / delete a file and create / delete a folder in this directory. A regular user can upload downloaded files.
It sounds like an editable file explorer, I wonder if there is any solution?
UPDATE:
When I say that a regular user can view files, I don’t mean that they can just see the file names, but the contents of the file, in fact, the type of the downloaded file is just a txt / html format so that they can be easily inserted on the page .
I use a tree structure to list all folders and files on the left side of the page, when the user clicks on the node file, the contents of this file should be displayed to the right of the page, there should also be some controls for deleting / adding / file or folder.
source
share