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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21217568...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21586329...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20065603...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20878381...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21043343...
how do I get <cfdirectory> to only display the files in the directory, not the folders?
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21095916...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21393109...
I have this:
<cfdirectory
action = "list"
directory = "\\intranet1\d$\HRCRData\"
name = "EMPLIST"
filter = "*.XLS">
<cfdump var="#EMPLIST#">
What I want is to generate cfmail ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21755428...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_22055222...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_22090907...