Kingsoc. Web. Controls. webftp
[Last modification date:, Kevin Cheng]
-Webftp.2.5.rar (ASP. NET 2.0) 2008-07-16
-Webftp2.3.rar (ASP. NET 1.1 2.3.2263.000053)
-Webftp1.0.rar (ASP. NET 1.1 1.0.2259.42556, no images required)
Note: Version 2.3 is a stable version and the update is stopped. The next version will be 3.0, and a large icon view will be provided
I. Functions
-ASP. NET 1.1 control, which allows you to upload and download files on the web.
-Provides a detailed information view similar to Windows Resource Manager.
-Supports more than 60 commonly used file format icons and provides XML files, which can be expanded at will
-All file operations are limited to the specified root directory to prevent security risks.
-Provides a file filter to prevent files with the specified Extension from being downloaded or uploaded.
-All operation messages of the control are post to itself for processing. It is not URL-based and has no risk of leaking the link address.
-Upload files can be automatically tagged with time to avoid file conflicts.
-Read-Only (downloadable) and editable views
Ii. What can I do with this control?
-You only need to drag the configuration to implement File Download and management without any code.
-As long as the user management module is attached, it is easy to implement a function similar to a multi-user network hard disk.
-This control is free of charge! You can download and use this document as needed, but keep this document information when distributing copies.
3. Procedure
-Create an ASP. NET Project
-Copy the webftp directory to the project directory (usually in the images directory)
-Add a project in the toolbar and select webftp. dll.
-Drag the control to the form and set properties:
Root: root directory path
Readonly: Read-only or not
Denyfilefilter: file Filter
Attachtimestamptouploadedfile: whether to modify the Upload File Name and automatically add a time tag
Clientfilesfolder: client file directory
Showrootpath: whether to display the root directory path
Showmouseovereffect: whether to display the effect of moving the background with the mouse
Mouseovercolor: Specifies the background color when hovering over the mouse.
-Run the command to view the effect.
Iv. function display