--------------------------------------------------------
// Get POSTed files
// Desc: four_desc.txt
// Spec: four_spec.txt
// Zip : four.zip
// Img : preview.jpg
// Destination Directory: /downloads/one/2/four/
// Current Directory: /downloads/
// Change to /downloads/one/
// If /downloads/one/ doesnt exist, create it
// Change to /downloads/one/2/
// If /downloads/one/two/ doesnt exist, create it
// Change to /downloads/one/2/four/
// If /downloads/one/two/four/ doesnt exist, create it
// Upload files to /downloads/one/2/four/
--------------------------------------------------------
// Connect to mysql database
// Insert title ("Four") into name varchar field.
// Insert filename ("four") into filename varchar field.
--------------------------------------------------------
// Downloads index page now displays "Four"
// under section "One", subsection "2".