everything was working before, now i keep getting the following error:
FILE specified in CFHTTPPARAM tag not found
someone please help.
my code looks like this:
<!--- Upload the file to the server --->
<CFFILE action="upload"
filefield="img"
destination="#ExpandPath('../img')#"
nameconflict="makeUnique">
<cfhttp url="http://www.xxx.com/admin/upload-size.php" method="post">
<cfhttpparam type="formfield" name="bThumb" value="2" >
<cfhttpparam type="file" name="imgfile" file="#CFFILE.ServerDirectory#/#CFFILE.ServerFile#" >
</cfhttp>