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. Web Development
  3. ASP.NET
  4. image from base 64 display in web page without saving. no save allow on file system

image from base 64 display in web page without saving. no save allow on file system

Scheduled Pinned Locked Moved ASP.NET
help
2 Posts 2 Posters 0 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
    Linda1st
    wrote on last edited by
    #1

    I need to display the following image in my webpage... string imageStr = imageFromBase64( responseXMLfromUPS); this.page.xxx = imageStr; I have a base64 encoded string from UPS that I need to display on my web page. Your assistance is appreciated. Thank you for your help. signed... Linda

    xxx

    Steve EcholsS 1 Reply Last reply
    0
    • L Linda1st

      I need to display the following image in my webpage... string imageStr = imageFromBase64( responseXMLfromUPS); this.page.xxx = imageStr; I have a base64 encoded string from UPS that I need to display on my web page. Your assistance is appreciated. Thank you for your help. signed... Linda

      xxx

      Steve EcholsS Offline
      Steve EcholsS Offline
      Steve Echols
      wrote on last edited by
      #2

      Depending on the format of the image (i.e. Header, BPP, RGB, RGBA, BGR, etc) 1) Get the size of the image. 2) Create a table 3) For each row of the image 4) For each col of the image 5) End the row 6) End the table

      Should be pretty good likeness. :-) - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

      • S
        50 cups of coffee and you know it's on!
        Code, follow, or get out of the way.
      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