Report an issue
Class

CKEDITOR.plugins.imagebase.featuresDefinitions.upload

classprivateabstract

Widget feature dedicated to handling seamless file uploads.

This type serves solely as a mixin, and should be added using the CKEDITOR.plugins.imagebase.addFeature method.

This API is not yet in a final shape, thus it is marked as private. It can change at any point in the future.

Filtering

Properties

  • loaderType : Function

    Preferred file loader type used for requests.

    Defaults to CKEDITOR.fileTools.fileLoader

  • progressReporterType : Function | Boolean

    The type used for progress reporting. It has to be a subclass of CKEDITOR.plugins.imagebase.progressReporter.

    It can be set to false so that there is no progress reporter created at all.

    Defaults to CKEDITOR.plugins.imagebase.progressBar

Methods