On 10/12/2010 11:41 AM, Everett Alexander wrote:
> /opt/jrun4/servers/DISCOVERY/SERVER-INF/temp/cfusion.war-tmp/neotmp2153518236327741178.tmp

That is the temporary location where the web server (IIS or Apache) put 
the uploaded file after it decoded the data from the HTTP request.  It 
then put that file location into the form field so that what ever 
Application server is processing the form would know where the file is.

> When it should be this:
>
> /images/news/volcanos.jpg
You would use the <cffile action="upload"...> to process the above form 
filed so ColdFusion would get the temporary file and put it where you 
instruct it to.  Then you would probably use the #cffile[]#, or 
equivalent,  structure to find the relevant file path information to 
input into your database.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338087
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to