Adapter (upload)
@ckeditor/ckeditor5-upload/src/base64uploadadapter
class
private
The upload adapter that converts images inserted into the editor into Base64 strings.
Filtering
Properties
-
FileLoaderinstance to use during the upload.
Methods
-
constructor( loader )Creates a new adapter instance.
Parameters
loader : FileLoader
-
abort() → PromiseAborts the upload process.
-
upload() → PromiseStarts the upload process.