Re: file/directory browsing/selection

2001-08-18 Thread Stephenie Hamilton

Bryan, thanks for the code, this is doing almost exactly what i need, except
it is not showing me all the files in the folder...
just the sub folders
if you have a moment, how can i modify it to show me the files?
~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
http://coldfusionwebs.com


- Original Message -
From: Bryan Love <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Friday, August 17, 2001 9:15 PM
Subject: RE: file/directory browsing/selection


> Try these two files if it needs to be done in CF.  The second one goes
> through sub folders creating nodes on the CFTree recursively.  I wrote
them
> so feel free to send me questions
>
> directoryTree.cfm
> --
> 
>
> 
>
> 
> 
>  message="You must choose a folder to continue" width="400">
>  img="folderClosed.gif" imgopen="folderOpen.gif" expand="yes">
> 
> 
> 
> 
> 
> 
> 
> --
>
> folderList.cfm
> -
> 
>
> 
> 
>  value="#attributes.folderPath#\#name#" display="#name#"
> img="folderClosed.gif" imgopen="folderOpen.gif" expand="no">
> 
> 
> 
> -
>
>
> Bryan Love ACP
> Internet Application Developer
> Telecommunication Systems Inc.
> [EMAIL PROTECTED]
>
>
>
> -Original Message-
> From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 1:52 PM
> To: CF-Talk
> Subject: file/directory browsing/selection
>
>
> hi fellow cf'ers! hope everyone is doing good 
> i need to build an interface for file/directory browsing/selection that
will
> let the user select a file off the server...like the one in the CF
> Administrator that can be used when you select your DSN...
> any tips on which tag(s) to use would be most appreciated.
> ~~
> Stephenie Hamilton
> Macromedia Certified ColdFusion Professional
> http://coldfusionwebs.com
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: file/directory browsing/selection

2001-08-17 Thread phumes1


If you have hundreds of files and directories I wouldn't advise a java applet.

At 02:53 PM 8/17/2001 -0600, you wrote:
> and  would probably meet your needs.
>
>Good luck.
>
>Shawn Grover
>
>-Original Message-
>From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]]
>Sent: Friday, August 17, 2001 2:52 PM
>To: CF-Talk
>Subject: file/directory browsing/selection
>
>
>hi fellow cf'ers! hope everyone is doing good 
>i need to build an interface for file/directory browsing/selection that will
>let the user select a file off the server...like the one in the CF
>Administrator that can be used when you select your DSN...
>any tips on which tag(s) to use would be most appreciated.
>~~
>Stephenie Hamilton
>Macromedia Certified ColdFusion Professional
>http://coldfusionwebs.com
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: file/directory browsing/selection

2001-08-17 Thread Bryan Love

Try these two files if it needs to be done in CF.  The second one goes
through sub folders creating nodes on the CFTree recursively.  I wrote them
so feel free to send me questions

directoryTree.cfm
--









   





--

folderList.cfm
-








-


Bryan Love ACP
Internet Application Developer
Telecommunication Systems Inc.
[EMAIL PROTECTED]



-Original Message-
From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 17, 2001 1:52 PM
To: CF-Talk
Subject: file/directory browsing/selection


hi fellow cf'ers! hope everyone is doing good 
i need to build an interface for file/directory browsing/selection that will
let the user select a file off the server...like the one in the CF
Administrator that can be used when you select your DSN...
any tips on which tag(s) to use would be most appreciated.
~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
http://coldfusionwebs.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: file/directory browsing/selection

2001-08-17 Thread Stephenie Hamilton

doh! guess i was thinking this was going to be harder than it was...
never mind.
~~
Stephenie


- Original Message -
From: Stephenie Hamilton <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Friday, August 17, 2001 4:51 PM
Subject: file/directory browsing/selection


> hi fellow cf'ers! hope everyone is doing good 
> i need to build an interface for file/directory browsing/selection that
will
> let the user select a file off the server...like the one in the CF
> Administrator that can be used when you select your DSN...
> any tips on which tag(s) to use would be most appreciated.
> ~~
> Stephenie Hamilton
> Macromedia Certified ColdFusion Professional
> http://coldfusionwebs.com
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: file/directory browsing/selection

2001-08-17 Thread Gonzo Rock

Ahhh... I don't know. 

Perhaps you should as a Macromedia Certified ColdFusion Professional! 



Seriously though, why not look at the CFADMIN code? 

At 04:51 PM 8/17/01 -0400, you wrote:
>hi fellow cf'ers! hope everyone is doing good 
>i need to build an interface for file/directory browsing/selection that will
>let the user select a file off the server...like the one in the CF
>Administrator that can be used when you select your DSN...
>any tips on which tag(s) to use would be most appreciated.
>~~
>Stephenie Hamilton
>Macromedia Certified ColdFusion Professional
>http://coldfusionwebs.com


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: file/directory browsing/selection

2001-08-17 Thread Shawn Grover

 and  would probably meet your needs.

Good luck.

Shawn Grover

-Original Message-
From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 17, 2001 2:52 PM
To: CF-Talk
Subject: file/directory browsing/selection


hi fellow cf'ers! hope everyone is doing good 
i need to build an interface for file/directory browsing/selection that will
let the user select a file off the server...like the one in the CF
Administrator that can be used when you select your DSN...
any tips on which tag(s) to use would be most appreciated.
~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
http://coldfusionwebs.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists