How to extract a mid-string from #cfhttp.FileContent#?
Hello!
I could see a string on the screen by <cfoutput> #cfhttp.FileContent# </cfoutput>.
But #cfhttp.FileContent# could not be handled as a string.
How can I extract a string from #cfhttp.FileContent#.
Thank you in advance!
Masaru
**********
<cfhttp method = "Get" url="http://xxx.xxx.xxx" >
<cfoutput>
#cfhttp.FileContent#
</cfoutput>
**********
