Can anyone tell me how to upload & store image in summer note in Yii2?
As per i know when we upload an image in the summernote
editor, the image is converted into BLOB(Binary large Object)
and you can store this into a database with your other body text.