I´m using django-tinymce and django-tinymce filebrowser to upload images to the text editor. The images work perfectly but when I want to upload a media file I get a 404 error.
Is there any way I can solve this and make the upload of media available? The images work so I think it just might be a matter of redirecting the URL somehow.
Thanks for the help.