Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
9817 Представления

Hello,

I've integrated a full ckeditor with the DMS module ! It works fine, except that image (from copy/paste)  are never stored in the DB when i save the document (<img src="" />), image is empty !

If i update the content field in the database manually in the document_document table  with the base64 encoded image, everything is ok (<img src="data:image/png;base64,iVBORw....) !

In the document view, i use the widget="ckeditor" for the content field !


Is it a field type problem, an input filtered problem, ... ???


Thanks for your help.






Аватар
Отменить
Автор Лучший ответ

add sanitize=False, and now it's OK  :-)

Аватар
Отменить