I have an app that requires users to submit files, and more often than not, they’ll be sending more than one file.
Is there a way to enable multiple file upload? I only have the file picker available that allows uploading one file at a time, but frankly, it seems very outdated not having the possibility to send more than one file at a time.
Anybody else who experienced this, and how have you solved this?
There’s a multi image picker but based on my knowldge there’s no multi file picker. Maybe component devs could build it? (@njimmy10 , @gskachkov , @Michael , @James_App_Maker )
Not sure but @theadaloguy, does Adalify supports this?
You would have to build it like add a file picker and a button along with a list. So user uploads a file clicking on the file picker and then clicks on the button and then it populates in the list, so user can edit or delete in that screen and once all files are uploaded can go forward with another button!