Zhouxiang file management plug-in 1.2 update content:
Solved the problem of being unable to switch folders and files at the top level. Fixed the problem of being unable to operate when returning to the top level after deleting a file.
A Session["upload"] has been added. The upload function in file management can also be used as a plug-in. The calling method directly calls the upload.html file.
The upload path of the file can be directly assigned to Session["upload"]
Note: When the file management plug-in is running, the file management plug-in session["path"] path is used by default, so please do not use the upload function when the session["path"] is not cleared.
Otherwise, the file will be placed in the session["path"] path
Session["upload"] must be the saved physical path string type
Function introduction:
Files can be cut, copied, pasted, and deleted to perform multiple operations.
You can create new folders, specify the folders that are displayed by default on the website, and delete folders and all files under them.
Supports IE6, 7, 8 and other browsers
Supports multiple file uploads without refreshing
Support single file download file stream output
File properties can be seen after staying on the file for a few seconds.
You can add custom file images
Multiple operations can be managed in a folder format, eliminating the need to operate files one by one.
Supporting the previous step allows you to go back in time
Personalized Windows operating interface makes you unique
You can customize the spacing between files and set the number of files displayed in each line (open index.aspx with Notepad, do not change it if you do not understand .NET)
Access verification can be set up so that users who are not logged in cannot operate (if you have this requirement, please contact me QQ: 200592114)
Support different users to display different folders (if you have this requirement, please contact me QQ: 200592114)
Function analysis:
Files/images/gif
This folder can upload the file images you need to display
For example: if your file extension is .html, then you can upload an html.gif picture and put it in this folder. The picture can only be in gif format.
Files/File.xml
This XML file can change the folder you need to show the root directory
Default display:musicmyfilephotos
How to use:
Upload all files to website and directory
The website must have an admin directory. The folders and files below admin cannot be renamed.
Upload the bin directory directly to the root directory
web.config If you have an ASP.NET website in your space, you don’t need to upload it.
Program access address: http://your domain name/admin/Files/index.aspx