Hello, is there a way like in the GET method to upload files in chunks to a client? I can download with GET with the range header: Range: bytes=0-1024 Now i`am looking for a way to upload with PUT in chunks. Kind regards -ekodo