用于ASP.Net最好的免费文件管理器 [英] Best free file manager for ASP.Net

查看:292
本文介绍了用于ASP.Net最好的免费文件管理器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要寻找我在ASP.Net项目一个免费的文件管理器,所以任何告诉我?

i am looking for a free file manager for my project in ASP.Net, so can any show me?

编辑:
文件管理器或用户图像管理器使用上载/选择/创建文件夹/删除文件...

A file manager or a image manager for user to use to upload/select/create folder/delete files...

推荐答案

我也在寻找一个(免费)基于ASP.Net文件管理器和只是做了一个简短的调查。我试图比拼乔希的网站文件管理器(下binaryintellect一个接DKarter引用)。虽然它的作品,我觉得这将是很难定义,它是一个网页,而我真的需要一个控制,这是在这一点上有点过时。

I am also looking for a (free) ASP.Net based file manager and just did a brief survey. I tried Bipin Joshi's "Web Site File Manager" (the binaryintellect one referenced by DKarter). While it works, I felt it is going to be difficult to customize, it is a web page while I really need a control, and it is a bit dated at this point.

我几乎放弃了希望的时候,我无意中发现IZWebFileManager:
<一href=\"http://www.izwebfilemanager.com/demo/default.aspx\">http://www.izwebfilemanager.com/demo/default.aspx

I almost gave up hope when I stumbled on IZWebFileManager: http://www.izwebfilemanager.com/demo/default.aspx

这是在GNU GPL许可,它花了5分钟就搞定运行。我下载了code,添加DLL文件到我的项目,然后再添加控制到一个页面,然后咣 - 我有一个专业的全功能的基于Web的文件管理器

It is licensed under the GNU GPL and it took 5 minutes to get running. I downloaded the code, added the DLLs to my project, and then added the control to a page, and bam - I had a professional looking fully functional web based file manager.

<iz:FileManager ID="FileManager1" runat="server" Height="400" Width="600">
    <RootDirectories>
        <iz:RootDirectory DirectoryPath="~/Content" Text="Content Folder" />
    </RootDirectories>
</iz:FileManager>

这篇关于用于ASP.Net最好的免费文件管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆