Probably basic question but is there way to get pa...
# webassembly
j
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
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