• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Getting "cfhttp.fileContent has length of -1"

Community Beginner ,
Apr 15, 2015 Apr 15, 2015

Copy link to clipboard

Copied

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

Views

291

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 15, 2015 Apr 15, 2015

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Apr 15, 2015 Apr 15, 2015

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation