django filebrowser not allowing folders to be created and does not upload files -


i'm trying implement django-filebrowser latest app. have grappelli installed also. urls work fine getting filebrowser /admin/filebrowser/browse have set at.

the problem having when comes trying either add folder or upload file.

new folder:

when i'm adding folder error thrown stating:

please correct following errors.

permission denied.

now permissions folder fine. don't understand why won't allow me upload files here.

drwxr-xr-x 2 naytive naytive 4096 jan 18 08:32 uploads/

upload file:

normally when uploading file, filebrowser upload screen appears timer upload success, when try upload file refreshes page url ending

?_save=upload

it getting point remove module because isn't doing set be.

any ideas?

edit: think uploading files side of things caused original file permissions also. if fix error perhaps upload work too.

if use on server apache, must give apache right write in folder (chown).


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -