Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
301 views

ColdFusion, CFDirectory and the French

We have a ColdFusion file library management system that is being taken off an old ColdFusion 4 server and moved onto the new system which is based on ColdFusion 8. All our files and folders are in ...
3
votes
5answers
866 views

Is it possible somehow to exclude files with cfdirectory?

When using cfdirectory, how could I exclude all cfm files and list all others without specifying the file extensions for all files I want to see, or exclude a specific file like index.html without ...
2
votes
5answers
645 views

cfdirectory on a ColdFusion Mapping

Guys/Gals, I am trying to use CFDirectory to get a file listing of a mapping created in ColdFusion Admin. So far I cannot get the list to populate, but if I reference the physical path the full file ...
1
vote
1answer
68 views

Use cfdirectory to find unmatched files in two directories and perform function

In my application the user uploads a photos and the cfc resizes the photo, creates a new image and resizes that new image to a thumbnail. Trouble is, this function wasn't available earlier on in the ...
0
votes
1answer
52 views

Pass a Directory Query to <cfzip>?

I need to zip files from a directory, but not all the files in the directory. I determine the files that need to be zipped by running a query on the directory listing. Currently, I'm looping over the ...
0
votes
1answer
125 views

Computer directory display using coldfusion

Can you help me to display the computer root directory using coldfusion. I mean C:/,D:/,Mydocument etc... If anybody knows please replay me fast.. Thanks in advance With regards Deeps First of all ...
0
votes
4answers
218 views

uploading files to a newly created directory in Coldfusion

I'm having trouble using cffile right before I create a directory. I am using the cffileupload tag and my url attribute is a page that has the following code. Basically the code below creates a new ...