mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
feat: integrate tus.io for resumable and chunked uploads (#2145)
This commit is contained in:
parent
2744f7d5b9
commit
7b35815754
24 changed files with 694 additions and 66 deletions
|
|
@ -23,6 +23,8 @@ import (
|
|||
"github.com/filebrowser/filebrowser/v2/rules"
|
||||
)
|
||||
|
||||
const PERM = 0664
|
||||
|
||||
// FileInfo describes a file.
|
||||
type FileInfo struct {
|
||||
*Listing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue