cffile name of uploaded file

2009-03-20 Thread Nupur Gupta
HI, I am using cffile to upload a file to the server. The user picks a file, clicks a button, and the file is uploaded. However, how can I find the name of the file that he chose? Thanks ~| Adobe® ColdFusion® 8 software 8 is

Re: cffile name of uploaded file

2009-03-20 Thread John M Bliss
http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_f_10.html#3540091 Parameter - Description attemptedServerFile - Initial name ColdFusion used when attempting to save a file serverFile - Filename of the file saved on the server On Fri, Mar 20, 2009 at 3:11 PM, Nupur Gupta

RE: cffile name of uploaded file

2009-03-20 Thread Robert Harrison
can't be either/or.  It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Nupur Gupta [mailto:nupurgupta0...@gmail.com] Sent: Friday, March 20, 2009 4:11 PM To: cf-talk Subject: cffile name of uploaded file HI, I am using

Re: cffile name of uploaded file

2009-03-20 Thread Roger Austin
Nupur Gupta wrote: HI, I am using cffile to upload a file to the server. The user picks a file, clicks a button, and the file is uploaded. However, how can I find the name of the file that he chose? Thanks cffile.clientfile

RE: cffile name of uploaded file

2009-03-20 Thread William
Goto http://wsoncf.blogspot.com Uploading blog -Original Message- From: Nupur Gupta nupurgupta0...@gmail.com Sent: Friday, March 20, 2009 1:11 PM To: cf-talk cf-talk@houseoffusion.com Subject: cffile name of uploaded file HI, I am using cffile to upload a file to the server. The user