Shawl. Qiu ASP/JScript File Manager
---/-------------------------------------------------------------
Download:
Http://files.myopera.com/btbtd/jscript_ss/sqFlMng_v1.0.7z
Release 1.0
Default User name: shawl. Qiu
Default password: OK
Shawl. Qiu
2007-01-18
Shawl.qiu@gmail.com
Http://blog.csdn.net/btbtd
Copyright:
BenProgramCommercial users are permitted to freely disseminate and use non-commercial data. Otherwise, they will be held legally responsible.
Function Abstract:
Supports renaming, moving, and deleting folders and files.
Supports editing and saving files.
Allows you to create new files and folders.
Supports file upload.
Supports intelligent selection of the current directory to upload files
Allows you to verify that a user is valid.
Allows you to modify user information.
Call preview:
-
- <%
-
- VaR Sck=Request. Querystring ('Id') + '';
-
-
- If(Session ('flmngckuser ')! ='OK '){
-
- VaR Flmng=NewFilemanager ();
-
- Flmng. Path='/Sqflmng /';
-
- Flmng. login ();
-
- Flmng=Null;
- Response. End ();
-
- }
-
-
-
- VaR Flmng=NewFilemanager ();
-
- Flmng. dynvar. querystring ('Qs');
-
-
-
- Flmng. Path='/Sqflmng /';
-
- Flmng. Root='/';
- Flmng. file. editable='Txt, ASP, aspx, ascx, HTML, htm, XML, XSL, XSLT, XSD, DTD, CSS, vbs, JS, '+
-
- 'Svg, C, RSS, WML, w3d ';
-
- Flmng. header ();
-
-
- Switch(Sck ){
-
- Case'Logout': flmng. logout ();Break;
-
- Case'Editinfo': flmng. editinfo ();Break;
- Case'Edit': flmng. Edit ();Break;
-
- Case'Editfl ': flmng. editfl ();Break;
-
- Case'Gofdr ': flmng. Go (Qspath);Break;
-
- Default: Flmng. Go ();
-
- }
-
-
-
- Flmng. footer ();
- Flmng=Null;
-
- %>
-