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.
Saving in HTML format
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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
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