You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make this optional to allow the clients to initialize an upload using tus and the creation-defer-length extension. Using 0 to indicate creation-defer-length does not work, because you might want to create an empty file.
The text was updated successfully, but these errors were encountered:
allows the server to allocate files or check available quota.
Needed for tus creation extension, which always expects a
Upload-Length
.then replace Opaque data in
We should make this optional to allow the clients to initialize an upload using tus and the
creation-defer-length
extension. Using 0 to indicatecreation-defer-length
does not work, because you might want to create an empty file.The text was updated successfully, but these errors were encountered: