I too am entering stage left on this type of endeavor and am looking at 
AppletFile at www.infomentum.com (both upload and download between 
web-server and local drives.

AppletFile works with both ASP and CFM pages. With AppletFile, you can even 
have progress bars displayed during the file transmission process which is 
good since some of the files could be quite large. Further, as I 
understand, files to be transmitted can be compressed before sending and 
then uncompressed at the other end (a saving of about 50 pct or so in the 
number of bytes that have to be transmitted).

Arden Weiss
410-757-3487

-----Original Message-----
From:   Jennifer [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, November 21, 2000 7:14 PM
To:     CF-Talk
Subject:        Re: Displaying files in a directory

At 04:35 PM 11/21/00 -0500, you wrote:
>I need to display the files in a directory to a web page. This way people
>can see the files they can download, and click on them to download.
>
>Is there a good CF tag that can do this? Im starting to lean towards a 
list
>of the files placed in a database... but making sure the database is up to
>date would require a lot of programming.
>
>CFFTP?
>CFCONTENT?

<cfdirectory action="list"> action=list is optional, since that is the 
default.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to