mmm,

is this what you mean Jochem,

<CFHTTP 
URL="http://maps.whereonearth.com/cgi-bin/mapview.exe?.......";
METHOD="GET" PATH="#REQUEST.CacheRoot#">
</CFHTTP>
Request.cache being a physical mapping,

if I then do

<cfoutput>#cfhttp.filecontent#</cfoutput>

I get
" The specified path is invalid. "

and nothing appears in the cached directory,

the mapping to the directory is correct though,

J

-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 11:34 AM
To: CF-Talk
Subject: Re: how would I cache this


John McCosker wrote:
> 
> When out put this is what I see,
> 
> GIF89a�/� 

That is good. It get's truncated at the first null character because 
CF 
can't output it, but it is there..

Use CFHTTP with a path attribute and you have a version of the image 
on 
your own server. Then, do with it whatever you want.

Jochem



______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to