danarashad
Programmer
Can anyone help I keep getting errors when I try to upload a document. Here's what I have.
<cfset thisDocPath='D:\documents'>
<CFFILE action="upload" filefield="docDocument" destination="#thisDocPath#" nameconflict="MakeUnique">
I keept getting this error.
The form field specified in the CFFILE tag (DOCDOCUMENT) does not contain an uploaded file. Please be sure that you have specified the correct form field name.
My form field's name is docdocument. I dont get why I am getting this error.
<cfset thisDocPath='D:\documents'>
<CFFILE action="upload" filefield="docDocument" destination="#thisDocPath#" nameconflict="MakeUnique">
I keept getting this error.
The form field specified in the CFFILE tag (DOCDOCUMENT) does not contain an uploaded file. Please be sure that you have specified the correct form field name.
My form field's name is docdocument. I dont get why I am getting this error.