added some headers

This commit is contained in:
SrGooglo 2025-04-01 01:00:34 +00:00
parent 50b5ddbf2f
commit 58b20aa92d

View File

@ -45,6 +45,8 @@ export default class ChunkedUpload {
"uploader-file-id": this.getFileUID(file),
"uploader-chunks-total": this.totalChunks,
"chunk-size": splitChunkSize,
"cache-control": "no-cache",
connection: "keep-alive",
}
this.setupListeners()