-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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