Introduction - If you have any usage issues, please Google them yourself
I often deploy ASP.NET websites to servers that I don t control. In these situations, I can t get to the underlying file system to do any file maintenance, because I don t have direct access to the server. So I have to access the file system indirectly, through the website that I am deploying. Rather than writing a bunch of special purpose pages to deal with file management, I developed a generic WebFileManager page than can be dropped into any ASP.NET website. This page performs the most common file and folder operations:
Uploading
Deleting
Renaming
Copying
Zipping
Moving
Adding WebFileManager to an existing ASP.NET project is relatively straightforward. It can be done in one of two ways: