Val, Thanks that did the trick. -//- Jaye Morris - Multimedia Developer -//- [EMAIL PROTECTED] - www.navtrak.net -//- [EMAIL PROTECTED] - www.jayezero.com The variable you want to call is actually #File.ServerFile# This is the default name assigned by CF to any just uploaded file. There's also a host of other available attributes. Check the docs for more info.
hth, ~Val ----- Original Message ----- From: "Jaye Morris - jayeZERO.com" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 9:47 AM Subject: cfmx and FORM file oddity > I am using something relative to the following code: > > <form action="blahblahblah.cfm" method="post" > enctype="multipart/form-data"> > <input type="File" name="uploadedFileName"><br> > <input type="Submit" value="Upload Now"> > > </form> > > During the process, I am attempting to catch the variable > "uploadedFileName," but instead of getting a file name like > myfilename.zip or whatever, I get something like: > > R:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp1 > 6991.tmp > > Being that neotmp16991.tmp is not the file name and is really something > like myfilename.zip, how do I get that actual file name as opposed to > what is seen above. > > > -//- Jaye Morris - Multimedia Developer > -//- [EMAIL PROTECTED] - www.navtrak.net > -//- [EMAIL PROTECTED] - www.jayezero.com > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

