JiRui batch upload system (write to database) function introduction:
I saw on some forums that some friends wanted to learn and study the upload system, especially the batch upload system and the function of writing to the database and saving it. Therefore, I took the time to write one for everyone's study and reference.
Modify ConstQiyeSiteRoot="/JRupdate/" in the Config.asp file to your directory, if the root directory is "/"; the background login page is Login.asp, the login name is admin, and the password is admin.
The following is a functional introduction:
1. Upload images in batches and write them into the database.
2. Upload pictures with classification function.
3. The backend can be managed, and the frontend is convenient for obtaining image addresses, which is especially practical for posting advertisements. (There is indeed a need for this, please don’t criticize me.)
4. There is nothing else, it is actually a very simple thing.