Hi,
I have search a lot before finding your project to add a filemanager to CKEditor. Finaly, I set up Filemanager to work with CKEditor that comes with the cms I use wich is Lodel.
I got the "Browse" button and I can upload and then choose an image. This image then appears inside the ckeditor area, but if I click the "source" button I can see that this is not a reguar img tag, but an input tag :
<input alt="" src="/mysite/upload/ej3st7gj.jpg" style="width: 995px; height: 960px;" type="image" />
Because of that, the image is not added in the site database by my cms. If I modify manualy the tag from input to img, everythinf works fine.
Any idea to help me find what's wrong ?
Thanks a lot.
Francois