Django Tiny_MCE and FileBrowser leading ../../../
        Posted  
        
            by Harry
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Harry
        
        
        
        Published on 2010-05-31T19:40:31Z
        Indexed on 
            2010/05/31
            19:43 UTC
        
        
        Read the original article
        Hit count: 336
        
Hi Im using Filebrowser for Django and also TinyMCE. I include TinyMCE in my admin text area editor by adding a admin template to folder media in my templates with filename base_site.html
Now when I add a image with filebrowser, tiny_mce adds a leading ../../../../ before /media/uploads/etc/image.jpg
Any ideas why? I guess its some URL thats not set correct. But im not sure if its tiny_mce or filebrowser.
© Stack Overflow or respective owner