[GH-ISSUE #157] Upload Button does not pop up a login dialog box every time. #74

Closed
opened 2026-04-08 16:50:12 +03:00 by zhus · 2 comments
Owner

Originally created by @laminux29 on GitHub (Dec 23, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/157

Problem

Upload Button does not pop up a login dialog box every time.

But Create a new folder Button can make the browser pop up the login dialog box every time.

command:
dufs /www_dufs/
-A
-a /@admin:admin123@*
--bind 0.0.0.0
--port 80
--enable-cors

Environment:

  • Dufs version: dufs-v0.31.0-i686-unknown-linux-musl.tar.gz
  • Browser/Webdav Info: Chrome 108.0.5359.72 (64 bit)
  • OS Info: Debian 11.4.0 x86_64
Originally created by @laminux29 on GitHub (Dec 23, 2022). Original GitHub issue: https://github.com/sigoden/dufs/issues/157 **Problem** Upload Button does not pop up a login dialog box every time. But Create a new folder Button can make the browser pop up the login dialog box every time. command: dufs /www_dufs/ \ -A \ -a /@admin:admin123@* \ --bind 0.0.0.0 \ --port 80 \ --enable-cors **Environment:** - Dufs version: dufs-v0.31.0-i686-unknown-linux-musl.tar.gz - Browser/Webdav Info: Chrome 108.0.5359.72 (64 bit) - OS Info: Debian 11.4.0 x86_64
zhus closed this issue 2026-04-08 16:50:12 +03:00
Author
Owner

@Jlll1 commented on GitHub (Dec 25, 2022):

And I'd say another issue with the login dialog during upload is that it's displayed after the file is sent to the server, not before.

<!-- gh-comment-id:1364729433 --> @Jlll1 commented on GitHub (Dec 25, 2022): And I'd say another issue with the login dialog during upload is that it's displayed after the file is sent to the server, not before.
Author
Owner

@ghost commented on GitHub (Dec 29, 2022):

Same issue that's been troubling me for long. A temporary workaround is to rename a random file first to trigger an auth pop-up, which will later free you from the auth bug of uploading.

<!-- gh-comment-id:1367075807 --> @ghost commented on GitHub (Dec 29, 2022): Same issue that's been troubling me for long. A temporary workaround is to rename a random file first to trigger an auth pop-up, which will later free you from the auth bug of uploading.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#74