Search code examples
djangodjango-filebrowser

How to upload a file using django FileBrowser


In the description of the django app called FileBrowser, it says that the app allows to "browse directories on your server and upload/delete/edit/rename files".

I think that I managed to install the app correctly following the documentation. But when I access /admin/filebrowser/browse/ I can't see how to upload a file. There are no buttons or anything.

If I manually put a file in the uploads directory, it does show up on the admin interface though.

Is there a command or some code I need to type to enable the upload in FileBrowser?


Solution

  • If you have everything set up correctly it should resemble something similar to this:

    https://code.google.com/p/django-filebrowser/wiki/screenshots