Try using the absolute path (in destination), below is quote from CF7 docs:

"Pathname of directory in which to upload the file. If not an absolute path 
(starting a with a drive letter and a colon, or a forward or backward slash), 
it is relative to the ColdFusion temporary directory, which is returned by the 
GetTempDirectory function."

>Standard Tag:
>
><cffile action="upload"
>     destination="/vservers/mySITE/htdocs/newsletters/"
>     nameConflict="overwrite"
>     fileField="nl_FILE">
>
>
><cfset fileNEWSLETTER ="#cffile.serverfile#">
>
>
>1. Host says permissions on the folder are correct
>2. Host says the address is correct
>3. #cffile.serverfile# is returning the correct file name
>
>File is NOT getting written to the directory. What else could be wrong?
>
>
>CURRENT COLDFUSION VERSION AND SERVER STATS
>
>JRun4: The name of the J2EE application server ColdFusion is using.
>Enterprise - 7,0,2,142559: The version number for the server that is 
>running, such as 6,0,0.
>
>/usr/local/coldfusionmx7: Directory under which ColdFusion is installed, 
>such as C:\cfusion.
>
>Linux: Additional information provided by the operating system, such as 
>the Service Pack number.
>
>i386: The processor architecture, such as x86 for Intel Pentium processors.
>
>: The specific operating system build, such as 1381
>
>UNIX: The name of the operating system, such as Windows NT.
>
>2.6.9-55.0.2.ELsmp: The version number of the operating system, such as 4.0. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287670
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to