Problem / Motivation
Currently, there is a hardcoded limit of 500 MB per file when uploading to webdav in Bulwarkmail.
Proposed Solution
Chunked uploads can be performed for larger files, for example, using Blob.slice().
Alternatives Considered
No response
Feature Area
None
Mockups / Examples
No response
Additional Context
No response
Problem / Motivation
Currently, there is a hardcoded limit of 500 MB per file when uploading to webdav in Bulwarkmail.
Proposed Solution
Chunked uploads can be performed for larger files, for example, using
Blob.slice().Alternatives Considered
No response
Feature Area
None
Mockups / Examples
No response
Additional Context
No response