RE: Display Files in a Dir

2000-11-21 Thread Robert Hinojosa
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C05408.D47EE472 Content-Type: text/plain; charset="iso-8859-1" Take a look at cfdirectory in any reference. Robert

RE: Display Files in a Dir

2000-11-21 Thread Ben Forta
CFDIRECTORY to get the list, CFOUTPUT to display it. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 4:26 PM To: CF-Talk Subject: Display Files in a Dir What is the best tag to use to display the contents of a directory on the web server.

Re: Display Files in a Dir

2000-11-21 Thread Howie Hamlin
Have a look at cfdirectory... For example: CFDIRECTORY DIRECTORY="c:\inetpub\wwwroot\downloads\" NAME="myDirectory" SORT="name ASC, size DESC" CFOutput QUERY="myDirectory" a href="\downloads\#Name#"#name#/abr /CFOutput Regards, Howie - Original Message - From:

RE: Display Files in a Dir

2000-11-21 Thread Bruce Heerssen
cfdirectory... If you are hosted remotely, check with your ISP about the availability of this tag because many ISPs disable the use of it (for obvious reasons). -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 3:26 PM To: CF-Talk