Hello: I am also having troubles with a CFFILE upload. However, I am getting no
error message, doing just a simple upload, but even though the action page
returns a successful file upload message, the key that indicates whether the
file was saved says, NO, and indeed the file has not been saved to the folder
I'm using. I am using the full path, when attempting to upload the file to a
separate folder, or a function that will save the file into the same folder as
the form and action template. It works on my test server, but not on the live
server. I, too am at a loss. I have been all over the Macromedia Knowledge
base, have received great advice, but nothing I do works. I'm testing this
process with a sample set of files right out of the Cold Fusion MX Web
Application Construction Kit. You'd think it would work. I've read every
instruction I can think of. Here's the code for the form and the action page,
minus the output that gives all the info about the uploaded file
<CFFILE
DESTINATION="#GetDirectoryFromPath(GetBaseTemplatePath())#"
ACTION="Upload"
NAMECONFLICT="Overwrite"
FILEFIELD="FileName">