FILE specified in CFHTTPPARAM tag not found

Discussion in 'Programming' started by xrum, Feb 4, 2010.

  1. #1
    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>
     
    xrum, Feb 4, 2010 IP