Andrew Grosset wrote: > 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">
This is exactly the same way I've got it set and working up on another couple of sites on the same host - as specified by the host. Hmmm...... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287671 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

