Is it even possible yet to upload files in Compose...
# compose-web
s
Is it even possible yet to upload files in Compose for Web? 🤔
f
WASM?
s
Yes, Compose for Web WASM
f
Ah OK, never mind 🙂
🙂 1
s
Im starting to believe it’s not possible yet 😅
o
It should be possible but using js-interop https://developer.mozilla.org/en-US/docs/Web/API/File_API/Using_files_from_web_applications So you would call js code for that, and then pass file content to k/wasm
s
Thanks. Is there an example how to use js-interop?
k
The same way as for regular js
b