Open zeebonk opened 3 years ago
QuillJS comes with a solution out of the box that base64 encodes images. This doesn't work nicely with large images. QuillJS supports implementing a custom handler: https://github.com/quilljs/quill/issues/1400#issuecomment-318260547
Example upload + progressbar https://codepen.io/PerfectIsShit/pen/zogMXP
QuillJS comes with a solution out of the box that base64 encodes images. This doesn't work nicely with large images. QuillJS supports implementing a custom handler: https://github.com/quilljs/quill/issues/1400#issuecomment-318260547