Advertisement
shopnilSS

CKEditorFront FIle Upload

Dec 31st, 2021 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <CKEditor
  2.                         editor = {ClassicEditor}
  3.                         onChange={editorHandler}
  4.                         config = {
  5.                             {
  6.                                 ckfinder : {
  7.                                     uploadUrl : "http://localhost:3030/blogApp/upload" //my backend rest api
  8.                                 }
  9.                             }
  10.                         }
  11.                     />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement