Greetings,

I tried this before about six months ago, I didn't get it working but it
wasn't really necessary then, but its crept back up again and this time its
something the customer wants fixed in place.

What it is, is a Fleet Management System, vehicles can be rendered on a map
from their longitude and latitude, we data wharehouse all customer data, but
we render the map calling a server in London through the <... src="">
attribute of the of the image tag,

e.g.

<CFOUTPUT>
<img
src="http://mapserver.com/convert.exe?x=#longitude#&y=#latitude#&callsign=#c
allsign#&reg=#registration#">
</CFOUTPUT>

Would anyone know how I could cache this image, 

<img
src="http://mapserver.com/convert.exe?x=-3.39387283746&y=53.9387263736&calls
ign=truck1&reg=DUI 4040">

This is exactly how it looks if you view document src,

if I right click I can clearly see its a gif format.

I tried using <cfhttp> and then using <cffile action="write"> to write out
the CFHTTPPARAM as GIF format,

but that did'nt work.

Thanks

Respectfully,

J
______________________________________________________________________
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=coldfusiona
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