-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
uploading a file from ckeditor to firebase #72
Comments
Hi, Any update on this? If you can just guide me through on how to get the uploaded data into the vue component, then I will manage to send it to firebase. Just because I could not achieve this functionality in CKEditor, I'm using Quill editor side by side. :-( |
Hi @Alosies In Ckeditor you can get data contain image with url image (src attribute) via |
@dangvanthanh Thanks for the reply. I'm looking to get the filedata only. So that I can send it to firebase to save my images. |
If you want get the file data and send to firebase. You need modify upload file plugin you use when you enter |
Hello , is there any updates on this ? For the moment I had to create a different upload form where the user uploads the images separatly to firebase and copies the generated download link into the image info popup. I find it not practical at all. |
From |
hallo! is there any example of how to do this? |
Upload Button does not show, any updates on this? |
Hi,
I'm trying to get the filedata after uploading an image to send it to firebase using axios. But I am not able to get the filedata. Is there anyway I can achieve this. All my googling only led me to adding an url to 'filebrowserUploadUrl'. But I am not sure how to get the data out of it.
The text was updated successfully, but these errors were encountered: