How to upload image in compose web

How to load images from the hard disk when using Kotlin compose for web? Is there a kotlin multiplatform library to target js, ios and android? A library just handling the web part would be great! If not, then the other solution I can think of is using javascript and posting image to server directly from javascript rather than ktor in kotlin.