Report an issue
Module

upload/filerepository

@ckeditor/ckeditor5-upload/src/filerepository

module

Filtering

Classes

  • FileLoader

    File loader class. It is used to control the process of file reading and uploading using specified adapter.

  • FileRepository

    File repository plugin. A central point for managing file upload.

Interfaces

  • UploadAdapter

    Upload adapter interface used by FileRepository to handle file upload. Upload adapter is a bridge between the editor and server that handles file uploads. It should contain logic necessary to initiate upload process and monitor its progress.