ASP.NET 中的文件浏览器

发布于 2024-11-09 19:10:16 字数 312 浏览 0 评论 0原文

你好: 在我的应用程序中,我在服务器端有一个指定的文件夹,客户端用户(经过身份验证)可以上传/删除文件并在此目录下创建/删除文件夹。 普通用户可以浏览上传的文件。

听起来像是一个可编辑的文件浏览器,不知道是否有任何现有的解决方案?

更新:

当我说普通用户可以浏览文件时,我并不是说他们只能看到文件名,而是文件的内容,实际上,要上传的文件类型只是txt/html格式,这样它们就可以轻松地插入到页面中。

我想使用树视图在页面左侧列出所有文件夹和文件,当用户单击文件节点时,该文件的内容应显示在页面右侧,还应该有一些控件可以删除/添加/文件或文件夹。

Hi:
In my application,I have a specified folder in the server side,the client user(authencitationed) can upload/delete file and create/delete folder under this directory.
The common user can broser the uploaded files.

It sounds like a editable file explorer,I wonder if there is any exist solution?

UPDATE:

When I say the common user can browser the files,I do not mean that they can just see the file names,but the content of the file,in fact,the type of the file to be uploaded are just txt/html format,so they can be inserted in to the page easily.

I have thougth use the treeview to list all the folder and files in the left of the page,when user click a file node,the content of this file should displayed in the right of the page,also there should be some controls to delete/add/ the file or folder.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

以为你会在 2024-11-16 19:10:16

你可以使用 jQuery 来实现这一点......

尝试使用 JQuery Tree 插件来创建资源管理器......
阅读此教程可能会有所帮助
---这将创建您想要的资源管理器。
现在右键单击上传,您将打开一个对话框,允许用户输入文档并按下上传按钮

,并使 JQGrid 显示您的文档...

使用 jquery Forms 插件,用于使用 c Sharp 代码上传文件

,通过 json 字符串化您的 javascript 数据并使用 c Sharp 的文件属性上传文件......

我已经做到了所以你可以尝试

you can use jQuery for this....

try using JQuery Tree plugin to create the explorer....
read this Tutorial could be of help
---this would create the explorer which you want.
Now right-clicking on upload you open up a dialog to allow user enter the document and push upload button

and have the JQGrid to display your documents...

use jquery Forms plugin to upload your files by using c sharp code to upload the files

by json stringify your javascript data and upload it using file properties of c sharp....

i have done it so u can try

走过海棠暮 2024-11-16 19:10:16

试试这个:http://ckfinder.com/demo

我用过DevExpress FileManager 组件,但这是一个付费组件。

Try this: http://ckfinder.com/demo

I have used DevExpress FileManager component but that's a paid one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文