|
Thank you for all of the responses.
My first task was to learn about Base64. I learned a lot from Scott
Klements (thank you!) article
http://systeminetwork.com/article/base64-built-ibm-i .
Since then I have tried several things. As previously mentioned,
we use AlternaTIFF to view our tiff images. Their documentation
suggests a number of methods to embed TIFF documents with HTML. At
the moment, the most promising seems to be the OBJECT tag. Their
example looks like this -
<object width=200 height=200
classid="CLSID:106E49CF-797A-11D2-81A2-00E02C015623">
<param name="src" value="tiffdocument.tif">
<param name="negative" value="yes">
</object>
Note: the value for CLASSID forces the browser to use the AlternaTIFF
viewer.
I then searched how to use Base64 with the OBJECT tag and came up
with this -
<object id="test" width=100% height=75%
classid="CLSID:106E49CF-797A-11D2-81A2-00E02C015623"
data="data:application/x-oleobject;base64, .......Base64
data.......... ">test2</object>
My problem is thast I am not sure that the encoding is properly
working. I searched for sites that would test Base64 data as well as
sample Base64 data - but I had no luck.
Any thoughts, comments, or suggestions?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.