John McCosker wrote:
>
> <CFHTTP METHOD="GET" URL="" PROTECTED]/GetMap.asp">
> <CFHTTPPARAM TYPE="FORMFIELD" VALUE="#XML_DOC#" NAME="xmlparams">
> </CFHTTP>
> <CFCONTENT
> TYPE="image/gif"><CFOUTPUT>#toString(CFHTTP.FileContent)#</cfoutput></CFCONT
> ENT>

Try this:

<CFHTTP METHOD="GET" URL="" PROTECTED]/GetMap.asp">
<CFHTTPPARAM TYPE="FORMFIELD" VALUE="#XML_DOC#" NAME="xmlparams">
</CFHTTP>
<CFCONTENT
TYPE="image/gif"><CFOUTPUT>#toBinary(toString(CFHTTP.FileContent))#</cfoutput>

But you should seriously consider using a download to your own
server and storing it on the filesystem, it will allow you to
cache the file.

Jochem


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to