Re: Google Charts API CFHTTP Post

2011-06-16 Thread Leigh
> ... or aware of the approach perhaps. It is less commonly known. That alone is reason enough to post it :) Besides, I am just making excuses for why I did not suggest it myself .. ;) ~| Order the Adobe Coldfusion Anthology n

Re: Google Charts API CFHTTP Post

2011-06-16 Thread Dominic Watson
Aye, indeed, or aware of the approach perhaps. Just offering up suggestions init ;) Dominic On 16 June 2011 18:13, Leigh wrote: > >> Or: >> >> http://yourserver/page-that-generates-chart-image/?with=arguments"; >> /> > > Yep. True. > > I was not sure if they wanted to separate out the image gen

Re: Google Charts API CFHTTP Post

2011-06-16 Thread Leigh
> Or: > > http://yourserver/page-that-generates-chart-image/?with=arguments"; > /> Yep. True. I was not sure if they wanted to separate out the image generation. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.

Re: Google Charts API CFHTTP Post

2011-06-16 Thread Dominic Watson
Or: http://yourserver/page-that-generates-chart-image/?with=arguments"; /> On 15 June 2011 20:31, Leigh wrote: > >> to show inline on the page > Duh ;) I was focusing on the binary part, not the chart. Of course you want > it inline .. so cfcontent is out. > >> http://www.amazon.com/Adobe-Cold

Re: Google Charts API CFHTTP Post

2011-06-15 Thread Leigh
> to show inline on the page Duh ;) I was focusing on the binary part, not the chart. Of course you want it inline .. so cfcontent is out. > http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messag

Re: Google Charts API CFHTTP Post

2011-06-15 Thread Kevin Maloy
>> The qrresult as it is now just shows a bunch of characters, >> which is the raw image/png data. > >Use cfcontent >http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_c_11.html > > Thanks, but inorder to show inline on the page i was able to use . This was suggested by IRC

Re: Google Charts API CFHTTP Post

2011-06-15 Thread Leigh
> The qrresult as it is now just shows a bunch of characters, > which is the raw image/png data. Use cfcontent http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_c_11.html ~| Order the Adobe Coldfusion A

Re: Google Charts API CFHTTP Post

2011-06-15 Thread Kevin Maloy
Sorry part of the post was actually cut off: here it is again. When doing a CFHTTP post to google charts api: it returns a mime type of image/png. How do you show that image directly on the page? https://chart.googleapis.com/chart"; method="post" result="qrResult"> ht

Google Charts API CFHTTP Post

2011-06-15 Thread Kevin Maloy
https://chart.googleapis.com/chart"; method="post" result="qrResult"> http://www.houseoffusion.com";> The qrresult as it is now just shows a bunch of characters, which is the raw image/png data.