House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home / Groups / ColdFusion Talk (CF-Talk)

Directory chooser

Author:
Nathan Strutz
12/16/2008 05:14 PM

Damayanti, The file choose from <cfinput type="file"> is output to HTML as <input type="file"> - The file dialog is controlled by the browser. That said, there is no equivalent for a directory browser, and, using standard methods, you cannot upload an entire directory at a time to a web server. However, standard methods are old, and there are a number of file / folder uploading tools, if that is what you are looking for. <cftree> can be rigged to display a directory tree, but only of directories on the server, not on the client or browser's computer. Does that help? nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] On Tue, Dec 16, 2008 at 2:44 PM, Damayanti Gupta <dgupta@archemix.com>wrote: > Hi, > Coldfusion has a simple filechooser - which is as <cfinput type="file">. I > was wondering if there is anything equivalent for directories? I did > Ccme across the link below > > > http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:47081#248616 > > which uses cftree, but I was wondering if there are any other features with > say a popup box as a directory chooser? > > Thanks a lot in advance, you guys are great. > > STATEMENT OF CONFIDENTIALITY: > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, or the person responsible for delivering the e-mail to the > intended recipient, be advised you have received this message in error and > that any use, dissemination, forwarding, printing, or copying is strictly > prohibited. Please notify Archemix Corp. immediately at either (617) > 621-7700 or by return fax at (617) 621-9300 and destroy all copies of this > message and any attachments. > > >


Mailing Lists