dynamic display of image from XML source
-
There is a problem: I have a HTML file with embedded XML document. The document contains binary data within a tag. ... ... FBYxVhUiQVGV0hcjMldhdZOl0dQ3gaSz0zNCRlNUdsI0NVVmkZS Q3GEobEINjhFSHKGgAIAQEAAD8A39ERERERERFx3a5Q2azV10qG yOgoqeSokbGAXFrGlxAyQM4HrCoem9Wa9uFZZq+5aboXWC87jD1 GUunomEb43zFztpaWD+bjv7g7DHLvxHrNPXG7WC6U0B1DNKOz8F .. .. .. This binary data is JPEG , that I want to display in web browser (namely IE) the queston is : How can I dispaly the image without saving it to disk file? (Now I do it this way : - save data to file on local disk drive - set "src" attribute of an tag to the location of the file ) Thanx for any suggestions Michal Januszczyk
-
There is a problem: I have a HTML file with embedded XML document. The document contains binary data within a tag. ... ... FBYxVhUiQVGV0hcjMldhdZOl0dQ3gaSz0zNCRlNUdsI0NVVmkZS Q3GEobEINjhFSHKGgAIAQEAAD8A39ERERERERFx3a5Q2azV10qG yOgoqeSokbGAXFrGlxAyQM4HrCoem9Wa9uFZZq+5aboXWC87jD1 GUunomEb43zFztpaWD+bjv7g7DHLvxHrNPXG7WC6U0B1DNKOz8F .. .. .. This binary data is JPEG , that I want to display in web browser (namely IE) the queston is : How can I dispaly the image without saving it to disk file? (Now I do it this way : - save data to file on local disk drive - set "src" attribute of an tag to the location of the file ) Thanx for any suggestions Michal Januszczyk
You will have to write a program to decode the data, save it to a well-known location, and then set an img tag to point at it. That seems to be the only way...
-
There is a problem: I have a HTML file with embedded XML document. The document contains binary data within a tag. ... ... FBYxVhUiQVGV0hcjMldhdZOl0dQ3gaSz0zNCRlNUdsI0NVVmkZS Q3GEobEINjhFSHKGgAIAQEAAD8A39ERERERERFx3a5Q2azV10qG yOgoqeSokbGAXFrGlxAyQM4HrCoem9Wa9uFZZq+5aboXWC87jD1 GUunomEb43zFztpaWD+bjv7g7DHLvxHrNPXG7WC6U0B1DNKOz8F .. .. .. This binary data is JPEG , that I want to display in web browser (namely IE) the queston is : How can I dispaly the image without saving it to disk file? (Now I do it this way : - save data to file on local disk drive - set "src" attribute of an tag to the location of the file ) Thanx for any suggestions Michal Januszczyk
.. I stumbled upon the following today I hope it helps. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q254388 You shoudl be able to convert it to something useable. Al. Alice thought that running very fast for a long time would get you to somewhere else. " A very slow kind of country!" said the queen. "Now, here , you see, it takes all the running you can do, to keep in the same place".