How to accessing local file paths directly in Uno Platform and WebAssembly #17780
Answered
by
jeromelaban
shouresh110
asked this question in
Q&A
-
When working with Uno Platform and WebAssembly, accessing local file paths directly (like "D:\MyFolder\Image1.png") isn't feasible because WebAssembly runs in a browser environment, which restricts direct access to the user's filesystem for security reasons.I want Find a way to solve it. |
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Jul 31, 2024
Replies: 1 comment
-
Thanks for the question. You can find information on the webassembly file system and FileOpenPicker. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeromelaban
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the question.
You can find information on the webassembly file system and FileOpenPicker.