When I insert an image the WebHtmlEditor puts the full path into the markup. This is an issue because I am developing on my PC, it will then move to a development server for testing, and then it will move again to the production server - all of which have different base URLs but the same folder structure. How do I tell the editor not to paste in the full path - only the relative path from the site root?
I am using 7.1.20071.40 - would a newer version work better?
Here is my current code:
edExplanation.UploadedFilesDirectory = "~/UploadedFiles";
Sorry, I meant once I had the insert image popup open. I have to know the path of my image because there is no browse to image button.
Ok just thought you had it worked out. I went that route. Thanks for your help.
Issue #3, do you know why there is no browse button? I'm afraid my users won't be able to get the path and paste that in there then paste in the file name.
There is a little image button for inserting. When you hover over it it says "Insert Image". This button will pop up a window called "Modify Image" which has a upload an image section with a browse button like your asking for. Do you have the Insert Image button in the Editor's toolbar? You can use the designer to add this button.
Did you try chatting with Infragistics tech support? They are pretty fast and are usually pretty helpful.