Skip to content

⬆️ Allow chunked public upload #4109

@tessus

Description

@tessus

State:

  • Internal DAV endpoints support chunking (ChunkingV2Plugin)
  • Public DAVv2 implemented allowing same logic as internal shares
  • Frontend supports chunking
  • DAV support for Chunking on public shares
    • Requires UploadHome to also support shares instead of only user sessions

Original issue:

I've noticed that for the file drop or any other screen that allows one to upload a file, there's no way to know in advance if the upload will fail.

Let's say the max upload size is 100 MB and someone tries to upload 105 MB. The upload will fail, but the person still uploaded 100MB for nothing. It would be nice, if there was a way to handle this scenario.
The easiest would be to show a message that tells an uploader the max upload size.

What do you think?

Metadata

Metadata

Assignees

Projects

Status

☑️ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions