NEWCKEditor 5 Long-term Support is here! Find out more
Sign up (with export icon)

Custom upload adapter

Contribute to this guideShow the table of contents

There are several reasons why developers choose to implement custom upload adapters in CKEditor 5. These may include server integration requirements (dependent on the existing architecture where the editor is deployed), local security and authentication rules, or business logic.

The CKEditor 5 Framework offers an open API with a set of classes for upload adapters that handle the entire upload process from when a user adds a file (for example, by dragging an image) to when the server responds, acting as a bridge between the editor and your server.

Check out this dedicated Custom Upload Adapter guide, which explains how to create custom file upload functionality for the editor.

What’s next

Copy link

Check out the comprehensive Image upload overview to learn more about different ways of uploading images in CKEditor 5.

See the Image feature guide to find out more about handling images in CKEditor 5 WYSIWYG editor.