mkhstar / suneditor-react

A React Component for SunEditor (WYSIWYG editor)
http://suneditor.com/
427 stars 105 forks source link

How do I upload an image through s3? #279

Closed choisuhyeok1255 closed 1 year ago

choisuhyeok1255 commented 2 years ago

Version

3.4.0

I want to upload an image using suneditor. I want to know how to upload the image to s3. Can I upload it using the input tag?

mkhstar commented 1 year ago

You can use onImageUploadBefore prop to handle the upload. Check https://github.com/JiHong88/suneditor docs for more info

Anishadahal commented 6 months ago

How do we delete the images from s3 when we remove image from editor? @mkhstar