I have an html generator page where a customer will create an html page in the RadEditor for prometheus. When they click on a submit button, I save the file on the server and also force them to download the file. This file is then used to send out to customers of theirs. The problem is that the paths are all absolute, but without the hostname. I need the image paths to come up with http://theirdomain[/.../.../image.gif]. The bracketed section of this link is all that they get, therefore the links will not work when they send out the email. I need the url to the image to be an absolute one with thier http domain in it. Is there a way to force the tool to add this?
If you need to know, I use the streamwriter to write this out to a file. I do this because they want the html and body tags added into the html message. I write this tags out before I write out the content of the editor, then I write out the closing tags for body and html.
Any ideas on how to get the http and hostname in the image url?
Thanks,
Patrick
If you need to know, I use the streamwriter to write this out to a file. I do this because they want the html and body tags added into the html message. I write this tags out before I write out the content of the editor, then I write out the closing tags for body and html.
Any ideas on how to get the http and hostname in the image url?
Thanks,
Patrick
