[스크랩] CKEditor5 Base64 이미지 업로드 구현
이미지 업로딩 방식을 고민하다가 대부분 직접 서버로 호스팅해서 구현하고 있었는데, 우리 서비스에서는 텍스트 작성 위주로 이루어질 예정이었고 첨부파일은 따로 제공하는 형태여서 그냥 base64를 쓰기로 결정하였다. 해결법 아래 내용에서 제공하는 Base64Upload.js를 직접 작성한 후 import하여 문제를 해결하였다. github.com/ckeditor/ckeditor5-angular/issues/88 How to define a Base64 file upload? · Issue #88 · ckeditor/ckeditor5-angular Hello, I'm using the ckeditor5 with Angular 7 for the first time. I have seen this topic ab..
2021.02.16