Be the first to write a review
Creating a File Management System with File Genie Support
In this article Patrick will show you how to built a simple File Management System in ASP using File Genie and Pure ASP Upload 3. He will first take you through the steps of creating a basic structure in which the information will be displayed and where the navigation will take place. Next he will walk you through creating a form for adding files.
To end this article Patrick will show you a couple of possibilities for adding extra options to this basic File Management System.
Changing layout
The creation of the File Management System up until now was all about getting it to work. To integrate this tool into an existing website, you can change the layout of text and tables they way you please. In our tutorial we chose to create an Explorer-like style.
In our example we create a separate CSS-file that holds all the CSS classes for the File Management System. Through the use of this CSS-file, all headings, text, links, tables, forms and buttons were given a change of layout.
Feel free to edit your page as you wish, to make sure that it completely fits your needs.
More Options
This first tutorial only covers the basics of creating a File Management System with the options to Add and Delete Files from selected folders. In future tutorials we will extend the capabilities of the File Management System with several useful options.
To give you an idea of what more is possible, have a look at this list:
- Hide Quick-Add form if no folder is selected.
- Adding a Folder View to the Folder List.
- Changing the header to display the name of the selected folder.
- Adding a Thumbnails/Details toggle.
- Adding a sort option for all columns in the File List.
- Adding Tooltips.
- Integrating the Lightbox Extension.
- Creating Folders.
- Uploading Files and Images.
- Uploading multiple files.
- Uploading and extracting ZIP-files.
- Creating ZIP-files.
- Exporting lists.
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.