> Hey All, > > I'm trying to stick an image retrieved from a BLOB into a CFDOCUMENT > generated > page using this technique: > > <img src="binaryImage.cfm> > > binaryImage.cfm > <cffile action="readbinary" file="#qMyQuery.BLOBFieldName#" > variable="outputImage"> > <cfcontent type="image/jpg" variable="#outputImage#" > > > This works fine on a plain HTML page, but it bombs (see broken image) when > generating a FlashPaper/PDF doc via CFDOCUMENT. > > Any ideas? > > TIA > > Cheers
Hey All, Some updated info..... 1) No proxy server, so the known issue with CFDOCUMENT and proxy servers isn't it 2) firewall seems to checkout fine, so the known issue with CFDOCUMENT and firewalls isn't it 3) works fine calling an image to normal way (img src="images/imagename.jpg"> 4) fails when images are pushed via CFCONTENT (see original post above) Could it be a mime type setting difference between my dev server (where it works) and our clients (where it doesn't work)? Any other ideas? TIA Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257931 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

