Join Slack
Powered by
Probably basic question but is there way to get pa...
# webassembly
j
John O'Reilly
01/14/2024, 4:30 PM
Probably basic question but is there way to get path of file such as that used in
https://github.com/Wavesonics/compose-multiplatform-file-picker/issues/101#issuecomment-1889720741
? I have this working to pick an image file which I then want to display in Wasm based Compose for Web UI.
r
Robert Jaros
01/14/2024, 7:24 PM
I don't think you can get path of a file in
wasmJS
(or in
JS
). Browsers won't allow this for security reasons.
👍 2
10
Views
Open in Slack
Previous
Next