Reputation: 3782
I am using TinyMCE editor, and it is great. But I having problems with including images. I have been hunting for free image hosting, but that doesn't seem easy to come by. So I finally decided I will upload the image to my own space but for that also I need to write the proper script.
I have found solutions but that are for Asp.net MVC and I am working in Django/Python. Can anybody guide me in how I can write the javascript that will add a browse button to the image popup, so that the user can can upload an image from his computer or provide a direct link to an online image.
Any help is really appreciated.
Upvotes: 1
Views: 1754
Reputation: 508
You may try django-ckeditor. It's another JS editor, but much better for me and upload works "out of the box"
Upvotes: 8