Thanks Val.  That worked like a champ.  I much appreciate it.

-//-  Jaye Morris - Multimedia Developer
-//-  [EMAIL PROTECTED] - www.navtrak.net
-//-  [EMAIL PROTECTED] - www.jayezero.com


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++
Date: Thu, 5 Dec 2002 10:50:39 -0500
From: "Valerie L. Criswell" <[EMAIL PROTECTED]>
Subject: Re: cfmx and FORM file oddity
Message-ID: <001f01c29c76$0f80d2d0$[EMAIL PROTECTED]>

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\neotm
> p1
> 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
>
>
>

Reply via email to