Copyright: [Hongguang Software Studio]
The first version was released a long time ago. I have been too lazy to work on it. I finished it tonight and now send it to everyone. I hope it can be helpful to everyone during the development.
The function is okay and can meet general needs, but it only supports level 2 classification (please modify it if you need level 3 or above classification). You can modify the file size value, file type, and folder required for uploading in uploadimage.jsp. If you want to modify it, you need to modify the corresponding hyperconnection attribute value in upload.jsp.
The jspsmartupload.jar upload component must be placed under tomcatcommonlib, or under tomcatsharedlib.
The database is in the system and can be imported or restored by itself.
This system supports MSSQL database. If you use other databases, please configure it yourself. The database driver is in lib.
Function introduction:
The V2 perfect version has added category management. When uploading images, you can select the major categories and subcategories you need for uploading.
·Support classified uploading and management
·Supports all uploaded file types
·In principle, there is no limit on the size of uploaded files
·The format for each upload can be set by the user, generally within 10 is recommended
·Upload images to support generating thumbnails
·Automatically rename uploaded files to effectively prevent duplicate names
·Supports database, and every time a piece of data is deleted, the files uploaded in the folder are also deleted accordingly, effectively controlling the server load.
Expand