Using
<CFHttp method="GET" url="http://oap.weather.com/fcgi-bin/oap/generate_magnet2?loc_id=UKXX008 5&code=627926" username="administrator" password="ltkt4pj9k9"> </cfhttp> <cfoutput><Img src="#CFHttp.FileContent#"></cfoutput> All I am getting is binary code?????? How can I display it as an image? -----Original Message----- From: Dave Livingston [mailto:[EMAIL PROTECTED]] Sent: 12 September 2002 16:28 To: CF-Talk Subject: RE: Image You could write a piece of code that would grab it and save it over the current image. Then you can schedule that to run every 5 min or as often as you want it to be updated. In the weather.com form just change the image to point to the downloaded one. You should be able to do this with one cfhttp tag, I think. Hope that helps. Dave David Livingston Network Admin 214-871-9117 [EMAIL PROTECTED] -----Original Message----- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:21 AM To: CF-Talk Subject: Image Hello I wonder if someone can help me. How can I save this as image in DB or copy this file as JPG or GIF file in my server. <img border=1 width=270 height=140 src="http://oap.weather.com/fcgi-bin/oap/generate_magnet2?loc_id=UKXX008 5&code=627926"> Reason is that this is used in Intranet Application and our users haven't got access to internet. So what I was thinking was to run a schedule every hour and either save it in DB (Update Field) or copy it fileserver as image file (Update existing image). User can only see the saved version (no matter DB or File) having no concern with Internet. Thanks Shahzad ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

