Insert image with html editor
-
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.
-
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.
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 -
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 JavascriptHi, Use Fckeditor, there is many facilities and you can upload an image directly
Farogh Haider Web developer