-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Describe the problem
I am working on an application where I need to read any file from anywhere on users directory. currently we have only fixed set of configurable scopes, so the user of my application wont be able to select any file.
Describe the solution you'd like
need a way to select any file from file system. if I can only select a file from specific directory like Download or Document etc, it's not a useful desktop application. even a webapp can read any file
Alternatives considered
No response
Additional context
The application I am working on calculates hash of any file. it's a pretty straightforward use case, user selects whichever file he wants, and I calculate the hash of that file.
Reactions are currently unavailable