Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple upload adapter #1791

Closed
mlewand opened this issue May 31, 2019 · 1 comment · Fixed by ckeditor/ckeditor5-upload#94
Closed

Simple upload adapter #1791

mlewand opened this issue May 31, 2019 · 1 comment · Fixed by ckeditor/ckeditor5-upload#94
Assignees
Labels
type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone

Comments

@mlewand
Copy link
Contributor

mlewand commented May 31, 2019

Is this a bug report or feature request? (choose one)

🆕 Feature request

📋 Steps to reproduce

We already have an extensive documentation on how to create a custom upload adapter, but it would be even nicer to make a plugin that exposes very simple API for basic uploading.

@mlewand mlewand added status:confirmed type:feature This issue reports a feature request (an idea for a new functionality or a missing option). labels May 31, 2019
@mlewand mlewand added this to the iteration 25 milestone May 31, 2019
@ma2ciek
Copy link
Contributor

ma2ciek commented May 31, 2019

Maybe we can fork https://github.com/pourquoi/ckeditor5-simple-upload? :trollface:

@pomek pomek self-assigned this May 31, 2019
@mlewand mlewand modified the milestones: iteration 25, iteration 26 Jun 28, 2019
oleq added a commit to ckeditor/ckeditor5-upload that referenced this issue Jul 16, 2019
Feature: Implemented the `SimpleUploadAdapter` plugin which enables file uploads in CKEditor 5 using configurable `XMLHttpRequests` to a server. Closes ckeditor/ckeditor5#1791.

BREAKING CHANGE: Moved the `Base64UploadAdapter` plugin file to `ckeditor5-upload/src/adapters/base64uploadadapter.js`. Make sure import paths your project are up–to–date:

```js
import Base64UploadAdapter from '@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter'
```
oleq added a commit that referenced this issue Jul 19, 2019
Docs: Mentioned the Simple upload adapter in the Image upload overview guide (see #1791).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants