Stefan Oltmann
12/15/2023, 6:18 AMRobert Jaros
12/15/2023, 6:36 AM<input type='file'>
element somewhere on the page. I'm not sure how to do this in canvas-based compose.Robert Jaros
12/15/2023, 6:43 AMRobert Jaros
12/15/2023, 6:45 AMfiles
property and then use a function like this to get base64-encoded file content:
https://github.com/rjaros/kilua/blob/main/kilua/src/commonMain/kotlin/dev/kilua/utils/File.kt#L34-L43bashor
12/15/2023, 5:00 PM