kolkov / angular-editor

A simple native WYSIWYG editor component for Angular 6 -14+
https://angular-editor.kolkov.ru
MIT License
678 stars 360 forks source link

Set max size limit of the image #481

Open Anil8753 opened 2 years ago

Anil8753 commented 2 years ago

How can I set the size limit of the image? Example: 100 KB. upload: (file: File) => { console.log(file); }, I can use upload but cannot upload the image on a webserver. I like to embed the image as base-64.

ShruthiUmashankar commented 1 year ago

Hi,

Did u find a solution for this?