File Explorer in asp.net

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.

+3
source share
2 answers

you can use jQuery for this ....

try using the jQuery Tree plugin to create the explorer .... read this tutorial can help --- this would create the explorer you want. Now by right-clicking on the download, you will open a dialog box allowing the user to enter a document and click the download button

and JQGrid will display your documents ...

jquery Forms c-

json javascript c sharp....

,

0

All Articles