Trigger Saving Files Save Dialog #9081
Unanswered
mytc
asked this question in
General - Components / Directives / etc
Replies: 1 comment 6 replies
-
storing files in the local storage is not a very common way to |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to saving a file into local storage in mobile app. This file is not from server, it is local generate file, thus it will not trigger the browser download behavior.
How do I trigger the download event?
I have tried
exportFile
util but is not working in mobile.I want able to trigger the Save Dialog upon saving file event fired.
q-file only allow to select files but can't saving it.
Any idea?
Or workaround to get the selected folder/directory path?
Beta Was this translation helpful? Give feedback.
All reactions