Xluo large file upload and download system
This upload system is developed using asp.net 2.0+ms sqlserver2005
Up to 50MB files can be uploaded, any file type can be uploaded, xluo’s exclusive file name expansion technology.
It can prevent users from uploading malicious files from harming the web server, and randomly generates file names based on the upload time.
Prevent SQL injection, null reference error handling, and other fault handling.
This system can only be deleted, provided that the login is successful.
The administrator password is configured in web.config:
Modify the value of this node to modify the password, and the modification will take effect immediately.
This program adopts a single-layer architecture. Although the system is small, its carrying capacity is still very large.
The system directory comes with a program log file, and every exception in the program will be stored in the XluoUpAndDown.log file.
You can check the system operation status at any time.
The Upload directory is the file storage directory. Since the program is hard-coded, please do not change the directory. Thank you.
The App_Code directory contains database operation classes and xluo's exclusive DBHelper class, which are worth your collection.
The database is stored in the App_Data directory, you just need to attach it.
Expand