Skip to content

Instantly share code, notes, and snippets.

@lordcodes
Created February 25, 2020 20:15
Show Gist options
  • Select an option

  • Save lordcodes/df2bc46de2ba2b5a5bc0a31fc04ce99c to your computer and use it in GitHub Desktop.

Select an option

Save lordcodes/df2bc46de2ba2b5a5bc0a31fc04ce99c to your computer and use it in GitHub Desktop.
Code for the article "Uploading a file with progress in Kotlin"
fun createUploadRequestBody(file: File, mimeType: String) =
file.asRequestBody(mimeType.toMediaType())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment