React-quill: How to upload image ?

Created on 24 Nov 2017  路  2Comments  路  Source: zenoamaro/react-quill

Thanks for filing an issue!

If at all possible, please provide a Codepen to demonstrate the problem you're having with React Quill. Here's a [template] to get you started.

FAQ

How do I access the wrapped Quill instance?
See the [instance methods] and [API] documentation.

Is there a bug in Quill?
Please refer to the [Quill issues page].

React-Quill version

  • [ ] master
  • [ ] 0.4.1
  • [ ] 1.0.0-beta-1
  • [ ] 1.0.0-beta-2
  • [ ] 1.0.0-beta-3
  • [ ] 1.0.0-beta-4
  • [ ] 1.0.0-beta-5
  • [ ] 1.0.0-rc-1
  • [ ] 1.0.0-rc-2
  • [ ] 1.0.0-rc-3
  • [ ] 1.0.0
  • [ ] 1.1.0
  • [ ] Other (fork)

Most helpful comment

How does it operate?
How can the code be implemented?

All 2 comments

Add image to the format array you pass in as props, and images will be able to be uploaded and inlined as base64 string data.

How does it operate?
How can the code be implemented?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexkrolick picture alexkrolick  路  4Comments

camliu89 picture camliu89  路  4Comments

InsectEater picture InsectEater  路  4Comments

pooriamo picture pooriamo  路  3Comments

sophyphreak picture sophyphreak  路  5Comments