Be the first to write a review
Creating a File Management System with File Genie - part 2
Enhance the options of the simple File Management System
In this article Patrick will show you how to enhance the options of the simple File Management System that was created in the article Creating a File Management System with File Genie – part 1. First he will show you how to give the File Management System the Explorer-style, that could be seen in the first article. Next he will hide the Quick-Add form, when no folder has been selected. After that the header will be edited, in such a way that the name of the selected folder will appear in the header of the File List.
To end this article Patrick will walk you through a couple of steps to enable sorting of all columns.
Server settings
To be able to follow all the steps in this tutorial completely, a few settings are necessary.
First of all, your website should contain a main folder. In this tutorial this folder is named media. In this folder create multiple subfolders that will contain the files for use on your website.
On the webserver, make sure that the Internet Guest Account has write permissions on the main folder, and that these permission are inherited on every subfolder in the main folder.
Have a look at the chapter called Folder security on your server in the Pure ASP Upload 3 tutorial. This explains in details how the server permissions need to be set. You can find this tutorial at http://www.dmxzone.com/go?12067&LinkFile=folder_security_on_your.htm
Note: File Genie only supports one level of folders, so don't create any sub-subfolders as these can not be viewed with this File Management System.
Patrick Julicher
Patrick started developing websites at the age of 25, only using HTML and building simple websites. Through the years his passion for designing and developing grew, and his career moved in that direction in the year 2004, when he decided to try and get a job in ICT and Web Development.
He got this chance at WE ICT, based in Nijmegen, The Netherlands. For the first couple of years he combined network management for customers with creating database-driven websites in ASP. Since 2008 his main work is on the developing part.
While ASP is still his favorite language, he's slowly trying to dive into ASP.NET and discover all of the possibilities.