mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-10-15 12:20:26 +00:00
more fixes to god of fixes
This commit is contained in:
@@ -140,7 +140,7 @@ suspend fun <ResultType> HttpClient.unimultipart(
|
||||
inputProvider,
|
||||
Headers.build {
|
||||
append(HttpHeaders.ContentType, mimetype)
|
||||
append(HttpHeaders.ContentDisposition, "filename=$filename")
|
||||
append(HttpHeaders.ContentDisposition, "filename=\"$filename\"")
|
||||
dataHeadersBuilder()
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user