-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
What happened to uploaded images? #844
Comments
Same here. Is this by design? |
As far as I know Quill has never supported image upload. See #90. |
Sorry, I assumed you were referring to the latest stable release since you didn't specify any version. |
Gotcha.. What i mean is.. The behavior of the gif above presents a prompt to select an image from file system — presumably for uploading via Quill. While the new (or old?) way assumes you have it already uploaded and are referencing it via URL. |
Sorry guys a few issues can up from my refactoring of combining configurations and so the default theme handlers were not being copied over. Should have another beta out today. |
Great tool but same question. Do we have an estimated date when image upload and/or drag & drop from your computer will be operational? I understand the image src current functionality but it would be nice if users could grab images from their own local drive. |
@Muaadeeb Ctrl+C Ctrl+V seems to work for me as does image drag drop (Firefox on Debian Jessie)... Just that you have to work out the details of converting the Base64 encoded image on the server side when you try to save the content. |
Do any polyfill library exist to make it works on chrome? |
How to make it not convert it to a data:image ? |
http://codepen.io/stoplion/pen/vKzrmK?editors=0010
Previously adding the image module gave me a prompt to upload from my computer now it is a prompt to add a URL.
The text was updated successfully, but these errors were encountered: