1

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.

Community
  • 1
  • 1
Sachin
  • 3,672
  • 9
  • 55
  • 96

1 Answers1

8

You may try django-ckeditor. It's another JS editor, but much better for me and upload works "out of the box"

Denis Kabalkin
  • 508
  • 4
  • 15
  • I've spent 2 days trying to do this with TinyMCE and had it working in 30 minutes with django-ckeditor – HenryM Aug 23 '16 at 17:22