Dave Watts wrote:
> 
> As Jochem noted, it's not CFHTTP that's choking at all. Whenever you take
> what's returned by CFHTTP and treat it as a string, you'll only be able to
> see the part of the string up to the first zero byte character, I think. So,
> not only will an attempt to output CFHTTP.FileContent truncate the output,
> but the use of the Len function should do the same.

I'm not sure about that. But it is easy to test.


> I don't think you can avoid your problem without writing the stream to a
> file, though.

No. But cfhttp can write directly to the disk (using the path and file 
attribute) and then it should work.

Jochem

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to