DbNetFile是一個ASP.NET文件管理控件,能為文件系統提供基于Web的用戶接口。DbNetFile能對文件系統的指定區域進行搜索,并對選定的內容進行查看或者下載。
DbNetFile is an ASP.NET document management control that provides a web-based interface to the file system. DbNetFile provides the ability to search designated areas of the file system and view or download selected content.
易于使用
只需數行代碼,其即可幫助用戶通過基于Web訪問獲取其自己的或者共享的文件(將之視為JavaScript對象或者ASP.NET服務器控件)。該控件可作為JavaScript對象或者ASP.NET服務器控件應用。
綜合全面的搜索功能
DbNetFile擁有一個功能強大的搜索對話框,允許用戶基于文件內容和相關屬性查找文件。DbNetFile支持Windows索引服務以及其后續的Windows Search,使得用戶可以就文件內容以及擴展的文件屬性集進行搜索。例如,使用Windows Search,用戶可以基于圖片的尺寸而并非僅僅大小對之進行搜索。欲了解Windows Search支持的所有文件屬性列表請點擊這里。
文件瀏覽
通過默認設置,用戶可以在其文件預覽對話框中對文件進行預覽。除了對文件進行瀏覽,用戶還能對文件進行打印、下載、復制以及全屏查看。
安全性
DbNetFile為文件提供了編程性訪問,因為這樣能更簡便的控制需要被列表出來或者存取的是哪個文件以及誰能進行此類操作。有了DbNetFile,用戶無需了解復雜的操作系統文件讀取協議,即可按照其業務規則簡便快速的對文件進行讀取操作。
Ease of use
Giving a user web based access to their own or shared documents can be achieved with just a few lines of code as either a JavaScript object or an ASP.NET server-control. The control can be implented as a JavaScript object or an ASP.NET server-control.
Comprehensive searching
DbNetFile includes a powerful search dialog that allows you to find documents based on their content and attributes. DbNetFile supports both Windows Indexing Service and its successor Windows Search that enable searching on file content and an extended set of file attributes. For example, with Windows Search you are able to search against images based on their dimensions and not just their size. For a complete list if file attributes supported by Windows Search click here.
Document viewing
By default documents are viewed in the file preview dialog. In addition to viewing the file the user also has options to print, copy, download or view in a full window.
Secure
DbNetFile provides programmatic access to files and because of this can easily control which files are listed or accessed and by who. Simplified access control based on your own business rules can be implemented quickly and easily without needing to understand complex operating system file access protocols.