Skip to main content
Participant
April 15, 2015
Question

Getting "cfhttp.fileContent has length of -1"

  • April 15, 2015
  • 1 reply
  • 434 views

Have a CF template that uses the cfhttp command to execute a template that extracts and formats data from the database.  When using the cffile command to write that information to a file:

<cffile action="WRITE" file="#pdffolder##getpdfid2.pdfid##client.account#letter.html" output="#cfhttp.filecontent#" mode="644">

the execution receives the message"

"cfhttp.fileContent has length of -1"

Trying to figure out how to determine the cause of this issue,

Regards

Weldon Moore

    This topic has been closed for replies.

    1 reply

    Legend
    April 15, 2015

    First step to do is dump out the #cfhttp.fileContent# to see what is actually being retrieved.

    Legend
    April 15, 2015

    I would go one up, dump out the contents of cfhttp. Most likely you're receiving some sort of connection error.