raminr77 / ckeditor-upload-image

Upload Image In CKEditor 5 with API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload Image In CKEditor 5 With API

GitHub stars

this React Project help you for how to upload image in CKEditor 5 with API URL and without use to any plugin

First Install Axios

npm i axios --save

Upload Request (POST)

{
    image: binary // form data
}

Server Response

{
    uploaded: true,
    fileName: 'example',
    url: 'https://example.com'
}

License

MIT License

About

Upload Image In CKEditor 5 with API

License:MIT License


Languages

Language:JavaScript 67.9%Language:HTML 19.7%Language:CSS 12.4%