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

Unable to upload image. #15

Open
herboratory opened this issue Dec 4, 2019 · 2 comments
Open

Unable to upload image. #15

herboratory opened this issue Dec 4, 2019 · 2 comments

Comments

@herboratory
Copy link

Hello. I am now using gramateria with desktop version (just click the index.html). I was trying to upload background image but when I clicked the drop area, I could choose file. However, when I chose the image file that I wanted to apply, there was no reaction. Same situation in dragging file. I also tried to upload image through the image block, I could choose those default images but uploading my own one.
Just wonder if I missed anything to upload image? Many thanks!

@HanzCEO
Copy link

HanzCEO commented May 30, 2020

plus, i can only upload image through url (which require connection 😢)

@ronaldaug
Copy link
Owner

Hello. I am now using gramateria with desktop version (just click the index.html). I was trying to upload background image but when I clicked the drop area, I could choose file. However, when I chose the image file that I wanted to apply, there was no reaction. Same situation in dragging file. I also tried to upload image through the image block, I could choose those default images but uploading my own one.
Just wonder if I missed anything to upload image? Many thanks!

Sorry for late reply, I couldn't take care of this project for a while and recently just tried to refactor this project again.

Gramateria is just a client side builder which is not linked with image hosting.
If you want to integrate with image hosting or upload to online. Please check these links
https://blog.webnersolutions.com/adding-image-upload-feature-in-grapesjs-editor/
https://grapesjs.com/docs/modules/Assets.html#uploading-assets


plus, i can only upload image through url (which require connection 😢)

If you don't wanna serve the images online, you can export the project and link them manually to your local image folder like <img src="images/image-1.jpg">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants