Advertisement

1 - 10 of 31 containing alltags:("cfdirectory") (0 seconds)
I am using the following to display files that are hyperlinks.  Some departments have a .doc and a .pdf file with the same name.  They only want to display the .pdf if it exists otherwise display t...
Zones: ColdFusion Application Server, XHTMLDate Answered: 11/29/2004 Grade: A Views: 0
What I want to do is start by reading one directory  c:\inetpub\wwwroot\explorer\ if there are files under that then the links will open up the files. If there is more directories under that I wan...
Zones: ColdFusion Application ServerDate Answered: 10/06/2005 Grade: A Views: 4
Ok I have the following code that I would like to condense to only using One Cfdirectory. How do I do it? <cfdirectory filter="*.gif" action="list" name="gif" directory="#EvntULPath#" sort="name...
Zones: ColdFusion Application ServerDate Answered: 05/10/2001 Grade: A Views: 5
howdy, first off, im on win2003 with cold fusion mx 6.1. i created a page for file upload to the server, now i want to offer a downloads page for the files.  Mainly, they are zips, mp3's, and mpg's...
Zones: ColdFusion Application ServerDate Answered: 02/18/2004 Grade: A Views: 0
Experts, I need a CFTree control to show the contents of a folder on the webserver.  The structure of this directory is known and is not supposed to change: the root directory will contain no fi...
Zones: ColdFusion Application ServerDate Answered: 06/30/2004 Grade: A Views: 32
how do I get <cfdirectory> to only display the files in the directory, not the folders?
Zones: ColdFusion Application ServerDate Answered: 08/17/2004 Grade: B Views: 0
I have a variable that contains CurrentPath.  I want to be able to navigate to the upper level while using CFDIRECTORY.  Can someone help me determine how to find this value?  For example: Curre...
Zones: ColdFusion Application ServerDate Answered: 04/19/2005 Grade: A Views: 0
I have this: <cfdirectory   action = "list"   directory = "\\intranet1\d$\HRCRData\"   name = "EMPLIST"   filter = "*.XLS">  <cfdump var="#EMPLIST#"> What I want is to generate cfmail ...
Zones: ColdFusion Application ServerDate Answered: 03/01/2006 Grade: A Views: 8
I am using CFDIRECTORY to pull a directory listing and I display it nicely in a table.  I am able to sort this by name of file and size of file, but I want also to sort by extension of file.  Is th...
Zones: ColdFusion Application Server, XHTMLDate Answered: 01/10/2007 Grade: A Views: 4
How do you go about getting a file count from a CFDirectory Call This was my attemp, but the count always comes up "1". <cfdirectory      directory="\\facbgi\BGI\TMS2K\Export\"        action="list...
Zones: ColdFusion Application ServerDate Answered: 07/19/2007 Grade: A Views: 4