I'm using CKEditor contro for asp.net. I've access to all the properties of the CKEditor in my code .aspx pages.
What I want is to allow users to upload an image from their computer hard drive (not from a web URL) and add them to the content of the editor in order to display the image with the texts that has been published from the text editor.
How can i do this with the CKEditor ASP.NET control.
thx in advance.
What I want is to allow users to upload an image from their computer hard drive (not from a web URL) and add them to the content of the editor in order to display the image with the texts that has been published from the text editor.
How can i do this with the CKEditor ASP.NET control.
thx in advance.

Re: How to browse computer hard drive to upload images?