Skip to content

Commit

Permalink
Merge pull request #1825 from ckeditor/t/1791
Browse files Browse the repository at this point in the history
Docs: Mentioned the Simple upload adapter in the Image upload overview guide (see #1791).
  • Loading branch information
oleq authored Jul 19, 2019
2 parents a1444ce + af6d381 commit c655a67
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/features/image-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ There are two ways you can integrate CKEditor 5 with the CKFinder file manager:

{@link features/ckfinder **Learn how to integrate CKEditor 5 with CKFinder in your project**}.

### Base64
### Simple adapter

The {@link features/simple-upload-adapter Simple upload adapter} allows uploading images to your server using the [`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) API with a minimal editor configuration.

{@link features/simple-upload-adapter **Learn how to use the Simple upload adapter in CKEditor 5**}.

### Base64 adapter

The {@link features/base64-upload-adapter Base64 upload feature} converts images inserted into the editor into [Base64 strings](https://en.wikipedia.org/wiki/Base64) in the {@link builds/guides/integration/saving-data editor output}.

Expand Down

0 comments on commit c655a67

Please sign in to comment.