HTML and embeded images

  • I'll be storing embeded images in emails in a table along with the text of the message. The examples you've given show how to load/save images from file.

    Loading will be no problem. I can stuff the image into a stream from the table but if I insert an embedded image WPTools then when saving as html WPTools has applied its own src/url.

    I need to get at this at the time the image is embedded so that I can load the image into the table using the right name. I've tried assigning the result of WPRichText1.InsertGraphicDialog and inspecting its FileName and URL properties but they're both empty.

    Any suggestions?