Skip to content
Discussion options

You must be logged in to vote

javascript example: https://tauri.app/v1/api/js/dialog#open How it will work/look like in your app depends on your frontend stack.

There are a few examples in the rust docs too: https://docs.rs/tauri/latest/tauri/api/dialog/blocking/struct.FileDialogBuilder.html#method.pick_file just make sure to use the blocking dialog in an async command (the docs doesn't do that...) because the blocking one is way easier to use than the non-blocking one.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Rafii2198
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants