Sometimes, it's the little things. :-) Glad it helped. /Charlie http://www.carehart.org/blog/
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross Sent: Wednesday, November 22, 2006 2:00 PM To: [email protected] Subject: Re: Re: re[3]: [ACFUG Discuss] cfhttp retrieving a file hah you are right charlie closing the browser was the issue... when i opened firefox it worked. Shut down safari and restarted and it worked as well. man thats annoying! thanks man! this code works: <cfhttp url = "http://localhost/servemp3.cfm" method="get" getasbinary="yes" /> <cfcontent type = "audio/mpeg" variable = "#cfhttp.filecontent#" reset = "yes"> ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
