Skip to content

SharedStorage: Multi-Select #10

@ekke

Description

@ekke

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions