How to post an image in django server using tiny mce editor? Note: I have integrated the tiny mce editor in a simple html page

I have designed a simple html webpage. Where I've integrated tinymce editor. Someone gave me a uri, Where I need to post an image from tinymce editor to django server by using a uri.In response the server will return a url. That url I need to show in success message. How to do that?

Back to Top