https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

AndreiBogdan

10/30/2023, 12:33 PM
Hello. I need to upload an audio file to AWS .. and I'm following the linked article. My problem is it seems I need to use the ByteReadChannel which ... I have no idea where to get. Also, at the very bottom on the uploadFile() method, it uses the file: File parameter, but that's jvm.io ... I need to have all of his inside the shared module of KMM. How can I accomplish this exactly ?!?! I'm very confused ! https://medium.com/@shidocorporation/uploading-files-to-an-aws-signed-url-using-ktor-on-android-cb9be71b20b4
3 Views