Hey all -
I've been working on converting a heavily updated site to a simple in-house CMS. It's pretty simple.
1) The user logs in
2) They choose the page they want to edit.
3) Then they are presented with FreeTextBox on it (anybody got something else?) Here they have a basic WYSIWYG to edit the page. The info is stored in a MS SQL database along with the last updated date/time. I have given them the ability to upload certain file types, but when they do this instead of all the files going into one folder OR me hard coding all the possibly folders, I'd like to dynamically be able to list the folders in a drop down menu. I am sure this can be done, just not sure how exactly or what it's called.
Can somebody point me in the right direction?
Thanks - HAL