Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. dynamic display of image from XML source

dynamic display of image from XML source

Scheduled Pinned Locked Moved XML / XSL
questionhtmlhardwarexmlhelp
3 Posts 3 Posters 10 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    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

    C J 2 Replies Last reply
    0
    • L Lost User

      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

      C Offline
      C Offline
      Christopher Lord
      wrote on last edited by
      #2

      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...

      1 Reply Last reply
      0
      • L Lost User

        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

        J Offline
        J Offline
        jkgh
        wrote on last edited by
        #3

        .. 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".

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups