You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which WSGI server was used (cheroot, ext-wsgiutils, gevent, gunicorn, paste, uvicorn, wsgiref, ...)? cheroot
Which WebDAV client was used (MS File Explorer, MS Office, macOS Finder, WinSCP, Windows, file mapping, ...)? default webui
Additional context
The reason i chose to try this project was supposedly it had a builtin webui, which removes the need for a dedicated client, so that it can be used on any platform with a browser (e.g., phones, TV, etc.), which is why I'm hoping the webui has all the basic crud functionality. I don't mind it being basic, if it works then it's good enough for me. As of now, I can only find the download functionality, but not the upload.
The text was updated successfully, but these errors were encountered:
Describe the bug
On a fresh install, there is no option to upload using the webui
To Reproduce
Steps to reproduce the behavior:
python -m venv venv && source venv/bin/active && pip install cheroot wsgidav && wsgidav -H 0.0.0.0 -p 8080 --root . --auth anonymous
localhsot:8080
Expected behavior
A way to upload files
Screenshots, Log-Files, Stacktrace
Environment:
Docker running Arch on Windows 11 WSL2 backend
Which WSGI server was used (cheroot, ext-wsgiutils, gevent, gunicorn, paste, uvicorn, wsgiref, ...)? cheroot
Which WebDAV client was used (MS File Explorer, MS Office, macOS Finder, WinSCP, Windows, file mapping, ...)? default webui
Additional context
The reason i chose to try this project was supposedly it had a builtin webui, which removes the need for a dedicated client, so that it can be used on any platform with a browser (e.g., phones, TV, etc.), which is why I'm hoping the webui has all the basic crud functionality. I don't mind it being basic, if it works then it's good enough for me. As of now, I can only find the download functionality, but not the upload.
The text was updated successfully, but these errors were encountered: