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

Add Image support #9

Open
g3rd opened this issue Dec 5, 2015 · 4 comments
Open

Add Image support #9

g3rd opened this issue Dec 5, 2015 · 4 comments

Comments

@g3rd
Copy link
Owner

g3rd commented Dec 5, 2015

No description provided.

@scs3jb
Copy link

scs3jb commented Dec 26, 2017

Could you take a look at and merge:
https://github.com/whitef0x0/django-mediumeditor
and push to pypi?

Thanks!

@g3rd
Copy link
Owner Author

g3rd commented Jan 3, 2018

@scs3jb Can you please open a pull request? Thanks!

@iampeternguyen
Copy link

Has this been added? I tried the drag and drop, but I'm wondering how I can have django actually upload the image?

@daVincere
Copy link

@g3rd This solution is a work-around to the real issue. The image being uploaded gets converted to the base64 string value of the image.
@iampeternguyen you can write code at views.py to manually scrape the base64 value and convert it to PNG or JPEG and store it at a specified location.

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

No branches or pull requests

4 participants