System introduction:
1. This system is written by ASP. Online file management includes functions such as uploading, downloading, editing, batch copying, batch pasting, batch moving, batch deletion, etc.
2. The code of this system is completely written manually and does not produce any redundant HTML code.
3. The file management interface is designed after Windows Explorer, and the file icons adopt XP standard icons.
4. Real multi-user management, divided into administrators and ordinary users.
5. User passwords are encrypted using custom MD5, so there is little chance of brute force cracking.
6. Each user manages a specific directory and uses Session encrypted variable detection. Users cannot increase their permissions by modifying the Session value.
7. Compatible with both IE browser and Netscape browser.
8. Users can only log in to one IP at the same time, that is, they cannot log in to more than two IPs at the same time.
9. File upload uses four components: no component (supports progress bar), AspUpLoad (supports progress bar), SA-FileUp, and LyfUpload.
10. You can configure the file upload format and single file size.
11. Online file editing uses FSO and ADODB.Stream, which work together to support the reading and saving of any encoded file.
12. Folders can be packaged and unpacked online, and website files can be packaged and downloaded.
13. Simple, convenient and clear user directory space occupation statistics
Instructions for use:
1. This system is for online file management. All codes are written by myself. The server is required to support ASP and FSO.
2. Administrator login address: index.asp
Administrator: admin
Password: admin888
Database address: database/#9a3bd6ad57bea93b.mdb. Please change the database address in conn.asp when using it.
3. If you have any other questions or suggestions, please submit them at Qiu Yi Studio (http://www.skymean.com). Please also pay attention to this site for version updates.
4. Since this version redesigns and writes part of the code, no upgrade files are provided. All new files need to be used. In addition, the database has also changed and the original database can no longer be used (because the password encryption has changed). We apologize for any inconvenience this may cause. Forgive me.
5. This version is already relatively complete and will rarely be updated in the future.
6. There may be some bugs in the program or functions. You are welcome to come to my website to make bug and function suggestions. Welcome to use this system! ^_^
7. Finally, thanks to another ASP file management system that is popular on the Internet. It is ready-made based on its design ideas. The file list page imitates its format. In addition to including all its basic functions, this system also adds many practical functions.
v4.4 update:
1. Improve the file (folder) renaming method to prevent IE7 from intercepting the JS input box and make it easier to operate;
2. Improve the way to create new files (folders) to prevent IE7 from intercepting the JS input box and make it easier to operate;
3. Some other small improvements.
Expand