Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SharedStorage: Multi-Select #10

Open
ekke opened this issue Nov 20, 2022 · 0 comments
Open

SharedStorage: Multi-Select #10

ekke opened this issue Nov 20, 2022 · 0 comments

Comments

@ekke
Copy link

ekke commented Nov 20, 2022

the example app has a Open File Dialog, where 1 file can be selected. works really cool :)
Is there a way to select more ? would be cool to have a flag 'multi select' and get a list back.
background: it's a dropbox-like app and one of the features is 'select some files from a folder and upload to server'
so I need access to a list of files I can iterate through and store the content in appData or upload to server.
any idea how this could be done with your library ?

a possible workaround could be: 'Open Folder Dialog', then from the list of files let the user mark files to be uploaded, then for each get the content and... of course 'Open file dialog' with multi-select option would be easier UX

I really appreciate all the work you have done and I think the SharedStorage library is a great way to get acces to files on android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant