How to upload audio file (wav, mp3, m4a, webm, ogg, aiff) using retrofit (multipart) in android Kotlin
I have an audio file (wav, mp3, m4a, webm, ogg, aiff) which I want to send to server using retrofit, I have the URI of the audio file, I require code that use this URI to pick the file and send to server using retrofit multipart (Kotlin)