sigoden / dufs

A file server that supports static serving, uploading, searching, accessing control, webdav...
Other
6.19k stars 310 forks source link

Overwriting old files doesn't prompt #464

Closed wxf2288 closed 7 hours ago

wxf2288 commented 7 hours ago

When the user has upload and delete permissions, uploading files in the browser will automatically overwrite the old files without any prompt.

sigoden commented 7 hours ago

Specifically designed this way.

Can you imagine a situation where you upload an entire directory, possibly containing hundreds of files, and you have to confirm each one individually? Would you be okay with that?

wxf2288 commented 6 hours ago

Ok thanks!