Answered
cffile destination error
I've tried to hard code the cffile destination, originally
it's a variable, and I'm still getting the error msg:
"The value of the attribute destination, which is currently "D:\INETPUB\skyhead\learnlang\yiddish\Lesson 2\", is invalid."
If I change the path to "D:\INETPUB\skyhead\learnlang\yiddish\Lesson 2"
I get the error:"The destination either does not exist or is not accessible by this tag."
The folder is definitely there. What am I doing wrong?
<CFFILE action="upload" fileField="snd#idx#" destination="D:\INETPUB\skyhead\learnlang\yiddish\Lesson 2\" nameConflict="overwrite">
"The value of the attribute destination, which is currently "D:\INETPUB\skyhead\learnlang\yiddish\Lesson 2\", is invalid."
If I change the path to "D:\INETPUB\skyhead\learnlang\yiddish\Lesson 2"
I get the error:"The destination either does not exist or is not accessible by this tag."
The folder is definitely there. What am I doing wrong?
<CFFILE action="upload" fileField="snd#idx#" destination="D:\INETPUB\skyhead\learnlang\yiddish\Lesson 2\" nameConflict="overwrite">