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

raminr77/ckeditor-upload-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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