Test frontend #only_compile
This commit is contained in:
@@ -70,7 +70,7 @@ async function uploadFileChangeHandler(event: Event) {
|
||||
const start = i * chunkSize
|
||||
const end = Math.min(file.size, start + chunkSize)
|
||||
const res = await sendChunk(file, start, end)
|
||||
documentStore.updateUploadingDocuments(document.key)
|
||||
documentStore.updateUploadingDocuments( document.key, (100*i) / numChunks)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user