Participant
February 24, 2022
Question
cfpresentation Powerpoint images not appearing
- February 24, 2022
- 2 replies
- 280 views
I'm creating PowerPoint slides using cfpresentation and cfpresentationslide. Database values appear no problem, but images just get an X using hmtl <img src="image.jpg">. I tried putting the images into the same directory as the cfm page, but still nothing. I tried using <cfimage source="image.jpg" action="writeToBrowser"> and even put it in the database as a BLOB and pull it <cfimage source="#image#" action="writeToBrowser">. Nothing works.
Please help. Using ColdFusion 11
