Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
remecTim #1
URL Shortcuts in CFDIRECTORY?
I'm making a very basic shared document directory on our intranet, mostly just
by using CFDIRECTORY to list things out.
Of course, a new requirement appeared that adds a new layer of complexity...
the client needs to be able to add URL shortcuts to external websites. I
thought it wouldn't be a problem, as I just gave the shortcut a good
descriptive name, and dropped it in the directory it needed to be in.
Everything looked fine (it showed up as a file), but the link refuses to open
in a new window, which I'd been doing successfully with all of the .doc, .pdfs,
etc.
It initially opens a new window with the "open this file?" warning. When you
click "yes", it opens the file in the PARENT window.
Any ideas on how to fix this?
remecTim Guest
-
cfdirectory and Flash
Hi there, I have a small CFC that reads the contents of a directory and returns the results to a flash application. Here is the CFC (pretty... -
Problem with cfdirectory
Hello all, I am new to Coldfusion. I am using this peice of code to get the number of files <cfdirectory directory = "/MyDir/images"... -
How do I use CFtree and CFdirectory?
I'm trying to create a form, much like the administrator form, that will allow users in my development group to seclect a DSN and associate it with... -
CFC , CFDIRECTORY into Array
Hi, im trying to create a CFC that looks into a folder and returns all the files into an arrya that i will put into flash.. at the moment when i... -
CFDIRECTORY/CFFILE
I am using CFFILE to upload images to the server. I assume I can create folders/directories on the server using CFDIRECTORY. How can I create...



Reply With Quote

