Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.data.data_sources.network
/
MosaicNetwork
/
uploadFile
upload
File
abstract
suspend
fun
uploadFile
(
url
:
String
?
,
headers
:
Map
<
String
,
String
>
?
=
null
,
httpMethod
:
HttpMethod
,
contentType
:
String
?
,
platformFile
:
PlatformFile
,
onProgress
:
suspend
(
Float
)
->
Unit
=
{}
)
:
Result
<
UploadResult
>