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. Insert image with html editor

Insert image with html editor

Scheduled Pinned Locked Moved ASP.NET
questioncsharphtmlcomtools
3 Posts 3 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.
  • R Offline
    R Offline
    Richard Blythe
    wrote on last edited by
    #1

    I've been looking for a free WYSIWYG html editor to add into my asp project. One thing I have found odd is that ALL of the editors, (including the high dollar ones) only insert a 20x20 place holder for the image instead of uploading the image. What is up with this? Why is this feature even shown if the user can't actually upload the image? Check out these demos to see what I'm talking about: http://cutesoft.net/example/general.aspx[^] http://freetextbox.com/demos/[^]

    If my answer has helped you, one of my articles may also be a help. Also remember that your best friend's name is google.

    A 1 Reply Last reply
    0
    • R Richard Blythe

      I've been looking for a free WYSIWYG html editor to add into my asp project. One thing I have found odd is that ALL of the editors, (including the high dollar ones) only insert a 20x20 place holder for the image instead of uploading the image. What is up with this? Why is this feature even shown if the user can't actually upload the image? Check out these demos to see what I'm talking about: http://cutesoft.net/example/general.aspx[^] http://freetextbox.com/demos/[^]

      If my answer has helped you, one of my articles may also be a help. Also remember that your best friend's name is google.

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Well, actually the image is uploaded to a temporary folder in the server before showing it in the htmlbox. There is no way to show an image directly from client, without uploading it to the server. Now your duty is to find the temporary folder and move them to your location when the code uploads. ;)

      Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


      My Latest Articles-->** Simplify Code Using NDepend
      Basics of Bing Search API using .NET
      Microsoft Bing MAP using Javascript

      F 1 Reply Last reply
      0
      • A Abhishek Sur

        Well, actually the image is uploaded to a temporary folder in the server before showing it in the htmlbox. There is no way to show an image directly from client, without uploading it to the server. Now your duty is to find the temporary folder and move them to your location when the code uploads. ;)

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Simplify Code Using NDepend
        Basics of Bing Search API using .NET
        Microsoft Bing MAP using Javascript

        F Offline
        F Offline
        farogh haider
        wrote on last edited by
        #3

        Hi, Use Fckeditor, there is many facilities and you can upload an image directly

        Farogh Haider Web developer

        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