Saving an Image/Content other than Text using Tauri #6535
Answered
by
FabianLars
louremipsum
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Mar 23, 2023
Replies: 1 comment 4 replies
-
Doesn't your code work? It looks correct to me at first glance. Anyway the upload plugin also has a download function: https://github.com/tauri-apps/plugins-workspace/tree/dev/plugins/upload which i'd recommend in use-cases like this because it doesn't pipe the data through the IPC so it should be faster. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
louremipsum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't your code work? It looks correct to me at first glance.
Anyway the upload plugin also has a download function: https://github.com/tauri-apps/plugins-workspace/tree/dev/plugins/upload which i'd recommend in use-cases like this because it doesn't pipe the data through the IPC so it should be faster.