OpenAPI 3.0.3raw.githubusercontent.com2026-08-112570236.3 KB

3b2b9c7c96bb

file

Upload file

Handles chunked file uploads via PATCH (TUS-style). A POST to the same route initiates the session and returns a unique upload ID. Each PATCH request delivers a chunk identified by Upload-Name, Upload-Offset, and Upload-Length headers; when all chunks arrive, the file is assembled.

post/api/file/{DirName}

Response

Upload chunk received

object required