Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 678 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 678 Bytes

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