Hi all,

I'm putting together a site to help manage large numbers of images for a
web site. I want to use Cold Fusion to keep a table of the various image
directories, and I'd like the web developers to be able drill down on
the test server and select a new directory when needed. It looks like
<cftree> had some possibilites, but I can't figure out how to populate
it beyond the root:

<cfdirectory name="CF_server" directory="c:" action="list">

<cfform action="xdir.cfm">
<cftree name="pix">

<cftreeitem value="name" query="CF_server">
                
</cftree>
</cfform>

Is there an easy way to populate the rest of this tree? From what I've
read, I'm wondering do I somehow need an LDAP database of the hard
drive, yet the CF administrator does what I want apparently without any
LDAP technology.

TIA,

Douglas Jordon

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to