Open Anil8753 opened 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.
upload: (file: File) => { console.log(file); },
upload
Hi,
Did u find a solution for this?
How can I set the size limit of the image? Example: 100 KB.
upload: (file: File) => { console.log(file); },
I can useupload
but cannot upload the image on a webserver. I like to embed the image as base-64.