Page 1 of 1

Saving in HTML format

Posted: Wed Apr 25, 2007 9:25 pm
by maazevedo13
Hi there,

I'm trying to save a text in HTML format using SaveHTMLStream method. The problem is when the text has some image it disappear in database. I've tryed to save that in CLOB data field and in BLOB data field as well. In the both data field the problem occurs. What am I suppose to do ?

Regards

Marco

PS: I'm using Oracle 10g, Delphi 7, Windows 2000 Professional.

Posted: Sat Apr 28, 2007 4:25 pm
by Sergey Tkachenko
By default, images are saved in files.
You can use OnSaveImage2 or OnHTMLSaveImage events to store them in different place.

Alternatively, you can save MIME document containing both HTML and images, see http://www.trichview.com/forums/viewtopic.php?t=11