How to implement a file picker #494
Unanswered
manikantagarikipati
asked this question in
Q&A
Replies: 1 comment
-
Check out As far as I'm aware, note that you don't really have more control than that. The browser, for security reasons, controls the whole file request pipeline. You can just ask it to start the process and then you get a callback when it is done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a feature request where i want to implement file picker ( basically pick excel sheet but i assume the same solution works for all file types )
however i could find any documentation or any other libraries that helps with this, does anyone knows of how to make it work?
Beta Was this translation helpful? Give feedback.
All reactions