start migration onto ktor 3.0

This commit is contained in:
2024-10-10 21:53:26 +06:00
parent 24bd403549
commit fce7ec8912
5 changed files with 10 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ internal val MPPFile.mimeType: String
actual suspend fun HttpClient.tempUpload(
fullTempUploadDraftPath: String,
file: MPPFile,
onUpload: OnUploadCallback
onUpload: ProgressListener
): TemporalFileId {
val inputProvider = file.inputProvider()
val fileId = submitFormWithBinaryData(