Gossamer Forum
Home : Products : Others : Fileman :

Inserting Images in the editor

Quote Reply
Inserting Images in the editor
Hello again,

If you want to insert an image in the editor, you would need to enter absoulte URL of the image. Will you be allowing users to insert an image by browsing to their local drive (and uploading it from there)?

Thanks

(BTW, what a great product. Thanks for developing this).

Ray
Quote Reply
Re: [raymasa] Inserting Images in the editor In reply to
Definately, you should change the command below within editor_editor.html:

document.write('<base href="' + host + '">');

To:

document.write('<base href="The URL to where your images are">');

TheStone.

B.