Skip to content
Advertisement

Tag: ckeditor

Image uploading in Flask blog with CKeditor 5

I’m stuck with following problem while creating my Flask based blog. Firstly, I used CKeditor 4 but than upgraded to 5 version. I can’t understand how to handle image upload on server side now, with adapters etc. As for 4 version, I used flask-ckeditor extension and Flask documentation to handle image uploading. I didn’t find any examples for this combination.

Advertisement